emad-elsaid / debugger

Golang Debugger Graphical user interface for Go programming language. Based on Delve debugger
MIT License
64 stars 5 forks source link
debugger golang

DEBUGGER

Golang debugger graphical user interface. Built on Delve debugger. It aims to provide a similar user experience to Chrome developer tools.

Features

Supported OSs

Installation

Prerequisites

Getting Started

Debug binary

debugger run <package-path> <compile-arguments> -- <runtime-argument>

Examples:

Compile and debug the package in current directory

debugger run .

Compile and debug package in cmd/cli/ directory

debugger run ./cmd/cli/

Compile and debug current package and pass --secure=false to the program

debugger run . -- --secure=false

Test binary

debugger test <package-path> <compile-arguments> -- <runtime-argument>

Dependencies

Contributing

Code contributions

Feature requests

License

This project is published under the MIT license