You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm writing a code generator which I try debugging with Debugger.Launch(). Before the compiler builds my project (I'm building the whole solution) which needs code generation ("references" the source generator project)I m getting devenv.exe unhandled exception popping up and VS tries to connect to the debugger. When I attach, the debugger goes through my generator but it should only for my project which needs generation. When the compiler compiles the project which needs code generation then the process which pops up to attach to is csc.exe which is the compiler. What are these attempts to debug unhandled exceptions from devenv.exe? Also, VBCSCompiler.exe throws this unhandled exception. It asks for admin rights to run the debugger.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I'm writing a code generator which I try debugging with Debugger.Launch(). Before the compiler builds my project (I'm building the whole solution) which needs code generation ("references" the source generator project)I m getting devenv.exe unhandled exception popping up and VS tries to connect to the debugger. When I attach, the debugger goes through my generator but it should only for my project which needs generation. When the compiler compiles the project which needs code generation then the process which pops up to attach to is csc.exe which is the compiler. What are these attempts to debug unhandled exceptions from devenv.exe? Also, VBCSCompiler.exe throws this unhandled exception. It asks for admin rights to run the debugger.
Beta Was this translation helpful? Give feedback.
All reactions