https://github.com/tmc/dbgp
dbgp debugger engine package for go
https://github.com/tmc/dbgp
Last synced: 6 months ago
JSON representation
dbgp debugger engine package for go
- Host: GitHub
- URL: https://github.com/tmc/dbgp
- Owner: tmc
- License: isc
- Created: 2013-07-30T07:33:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T20:32:56.000Z (almost 13 years ago)
- Last Synced: 2025-04-10T11:23:39.564Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 207 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
dbgp protocol for go (debugger engine side)
status: alpha/beta/patches-please
license: isc
interesting sub-project: gdb->dbgp proxy
quick-start:
$ go get github.com/tmc/dbgp/gdbproxy/cmd/gdb2dbgp # (I know)
$ gdb2dbgp ./binary-debuggable-with-gdb # this will attempt to connect to your IDE on port 9000 (see -h for options)
hacking:
invoke with logging:
$ gdb2dbgp -v=2 -logtostderr