"Debugging Nightmare: VS Crashing on .NET Core Projects"

Unti

New member
Joined
Jun 18, 2008
Messages
4
Reaction score
0
"Hey guys, I'm having a debugging nightmare with VS Code on my .NET Core project. Every time I try to set a breakpoint, launch the app, or even simply attach to a running process, VS code crashes with a generic error. Has anyone else experienced this or know of a fix?"
 

idv99

New member
Joined
May 23, 2005
Messages
3
Reaction score
0
"same here bro, been dealing with this issue on my NodeJs project too, it's like the VS debugger can't handle async code. Have you tried using the Debugger.Launch() function in a console app to see if it's a VS issue or a project one?"
 
Top