This website requires JavaScript.
Explore
Help
Sign In
PenaDevops
/
delve
Watch
2
Star
0
Fork
0
You've already forked delve
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
477e46ebbd
delve
/
_fixtures
/
panic.go
7 lines
58 B
Go
Raw
Normal View
History
Unescape
Escape
proc: Breakpoint to catch unrecovered panics Automatically sets a breakpoint on runtime.startpanic, the function that gets called by runtime.dopanic when a panic is not recovered. Implements #317
2016-03-06 17:54:43 +00:00
package
main
func
main
(
)
{
proc: implement target.Interface for core files
2017-04-03 09:17:54 +00:00
msg
:=
"BOOM!"
panic
(
msg
)
proc: Breakpoint to catch unrecovered panics Automatically sets a breakpoint on runtime.startpanic, the function that gets called by runtime.dopanic when a panic is not recovered. Implements #317
2016-03-06 17:54:43 +00:00
}
Reference in New Issue
Copy Permalink