sitecorerocks - AttachToProcess 1.0.2
Adds the ability to attach the Visual Studio debugger to the w3wp process that corresponds to a Sitecore connection.
PM> Install-Package AttachToProcess -Version 1.0.2 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json
> nuget.exe install AttachToProcess -Version 1.0.2 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json
> dotnet add package AttachToProcess --version 1.0.2 --source https://www.myget.org/F/sitecorerocks/api/v3/index.json
source https://www.myget.org/F/sitecorerocks/api/v3/index.json
nuget AttachToProcess ~> 1.0.2
Copy to clipboard
> choco install AttachToProcess --version 1.0.2 --source https://www.myget.org/F/sitecorerocks/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "sitecorerocks" -SourceLocation "https://www.myget.org/F/sitecorerocks/api/v2"
Install-Module -Name "AttachToProcess" -RequiredVersion "1.0.2" -Repository "sitecorerocks"
Copy to clipboard
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.2 | 10.74 KB | Wed, 08 Jul 2015 00:24:28 GMT | 5759 |
|
||
|
|
1.0.1 | 10.94 KB | Tue, 25 Mar 2014 08:31:46 GMT | 716 |
|
||
|
|
1.0.0 | 10.53 KB | Fri, 14 Mar 2014 15:21:21 GMT | 58 |
|