An open API service indexing awesome lists of open source software.

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

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