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
Is there a way to put breakpoints and debug a plugin in Visual Studio 2019? I've tried attaching to process nu.exe with breakpoints all over Program.cs but it never steps into it. I also tried changing the debug configuration to launch nu.exe but I can't get vs2019 to break into the code. Any ideas?
The text was updated successfully, but these errors were encountered:
Is there a way to put breakpoints and debug a plugin in Visual Studio 2019? I've tried attaching to process
nu.exe
with breakpoints all overProgram.cs
but it never steps into it. I also tried changing the debug configuration to launchnu.exe
but I can't get vs2019 to break into the code. Any ideas?The text was updated successfully, but these errors were encountered: