windbg-debug
windbg-debug copied to clipboard
Attribute 'program' does not exist
This happens when I try to launch Extension + Server.
I think this happens because launch.json refers to ${workspaceRoot}/windbg-debug/bin/Release/windbg-debug.exe, but when I make a release build of the solution it goes to ${workspaceRoot}/bin/windbg-debug.exe.
I'm using Visual Studio Community 2017 to compile the solution.