-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Break on panic #317
Milestone
Comments
derekparker
added
kind/design
kind/enhancement
kind/discussion
priority/P1
and removed
command
discussion
enhancement
labels
Jan 24, 2016
aarzilli
added a commit
to aarzilli/delve
that referenced
this issue
Mar 6, 2016
aarzilli
added a commit
to aarzilli/delve
that referenced
this issue
Mar 6, 2016
Automatically sets a breakpoint on runtime.startpanic, the function that gets called by runtime.dopanic when a panic is not recovered. Implements go-delve#317
aarzilli
added a commit
to aarzilli/delve
that referenced
this issue
Mar 9, 2016
Automatically sets a breakpoint on runtime.startpanic, the function that gets called by runtime.dopanic when a panic is not recovered. Implements go-delve#317
Implemented by c4797ea |
abner-chenc
pushed a commit
to loongson/delve
that referenced
this issue
Mar 1, 2024
Automatically sets a breakpoint on runtime.startpanic, the function that gets called by runtime.dopanic when a panic is not recovered. Implements go-delve#317
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a continue mode that will break on panic, or maybe the default behavior should be to stop on a panic and let the user inspect the state of the program.
The text was updated successfully, but these errors were encountered: