debugger
debugger copied to clipboard
Golang Debugger Graphical user interface for Go programming language. Based on Delve debugger
This command skips the compile step and uses the named binary directly. We add a new command `exec` that accepts a prebuilt binary name and skips the compile step. Closes...
When a program has many goroutines, it's cumbersome to click through then to find a function invocation. A fuzzy search that shows what goroutine stacks include a function call would...
For complex builds where a simple `go run` is insufficient, it would be good to be able to run debugger directly against the executable, ala delve's `exec` command.
i decided to go back to basics, because i can not work on other aspects due to locking up. Here is an easy example: https://github.com/gioui/gio-example/tree/main/markdown From this the markdown folder......
`debugger` fails to build on Arch Linux. I have `vulkan-headers` installed but Gio still fails to find some Vulkan methods. For context, I was able to build [Gldv](https://github.com/aarzilli/gdlv) without problem....
This commit resolves the compilation errors on Arch Linux by updating the Gio UI library from v0.1.0 to v0.9.0. Changes made: - Updated gioui.org from v0.1.0 to v0.9.0 - Updated...