-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDB generated by command line msbuild is not allowing Visual Studio to Debug #42
Comments
NOTE: If you build the csproj file from within Visual Studio the PDBs generated allow attaching to the debugger properly. |
Moving a comment from another issue to this issue. Take a look at this thread which I found helpful in this topic |
In the new csproj files DebugType is set to Portable by default since VS Code and the omni sharp plugin want to use those for debugging. If using full visual studio and Portable is not working the project settings can be changed to full. |
|
Describe the bug
When you run
npm run build
and the gulp task triggers msbuild the resulting PDB files generated do not allow an instance of Visual Studio to attach the debugger properly.To Reproduce
Steps to reproduce the behavior:
npm run build
Expected behavior
The PDB generated from the command line should allow Visual Studio to attach the debugger and hit the breakpoint properly
The text was updated successfully, but these errors were encountered: