No Breakpoints?
#5977
Replies: 1 comment
-
Oke in vscode I added the launch.json file in .vscode folder
} and used it to attach to the process and it worked. Obviously make sure you have the C# devkit installed in vscode. After doing that, for some reason it started working in rider, not really sure why. You might need to restart the project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there some magical way to enable breakpoints to actually pause execution in visual studio or rider?
Since I tried to do add some, nothing happens, it just keeps executing normally.
Would be a pretty major feature if its currently missing in action.
Beta Was this translation helpful? Give feedback.
All reactions