Having to do the ctrl + alt + p milarky to attach to the correct workerprocess to debug is time consuming.
I am going to extend the Install-Module command with an additonal Attach argument that will automatically attach your vs instance to the website worker process after the modules are successfully deployed.
So to use this feature, in the package manager console, you'd type something like:
Install-Module "MyDnnWebsite" Debug Attach
Having to do the
ctrl + alt + pmilarky to attach to the correct workerprocess to debug is time consuming.I am going to extend the
Install-Modulecommand with an additonalAttachargument that will automatically attach your vs instance to the website worker process after the modules are successfully deployed.So to use this feature, in the package manager console, you'd type something like: