-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breakpoint not breaking #1464
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Since this is a SOS command, I'm transferring this. cc: @mikem8361 |
The problem is how you are launching dotnet/Hello. Using |
Are you still having problems? Can I close this issue? |
Yes. This worked. This is not obvious. I expected to run it the same way I would from the command line in the project folder. i.e. by running the project rather than the dll directly. Is there some documentation I missed? Otherwise, it's ok to close the issue. |
It doesn't mention this explicitly but this doc has some info on |
Expected results: stop at breakpoint.
Actual results: program ran to completion without stopping
How to reproduce. I got the syntax for the bpmd command from dotnet/runtime#10438.
Here is my dotnet --info output:
The text was updated successfully, but these errors were encountered: