Skip to content
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

Closed
derekparker opened this issue Dec 16, 2015 · 1 comment
Closed

Break on panic #317

derekparker opened this issue Dec 16, 2015 · 1 comment

Comments

@derekparker
Copy link
Member

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.

@derekparker derekparker added this to the 1.0 milestone Dec 16, 2015
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
@aarzilli
Copy link
Member

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
Projects
None yet
Development

No branches or pull requests

2 participants