Skip to content

Instantly share code, notes, and snippets.

@pavel-agarkov
Created October 1, 2017 15:32
Show Gist options
  • Save pavel-agarkov/f3e749ce6b842eccd17cf38db9473f52 to your computer and use it in GitHub Desktop.
Save pavel-agarkov/f3e749ce6b842eccd17cf38db9473f52 to your computer and use it in GitHub Desktop.
Debugging ASP.NET Core app running in Kubernetes Minikube from Visual Studio 2017 on Windows
<PipeLaunchOptions xmlns="http://schemas.microsoft.com/vstudio/MDDDebuggerOptions/2014"
PipePath="powershell" TargetArchitecture="x64" MIMode="clrdbg"
PipeArguments="
-ExecutionPolicy Bypass
-File C:\kube\kubedbg.ps1
-Selector app=mywebapp">
<LaunchCompleteCommand>None</LaunchCompleteCommand>
</PipeLaunchOptions>
@pavel-agarkov
Copy link
Author

This gist is used for this post on Medium.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment