Skip to content

icholy/gdbb-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdbb-extract Build Status

Inline GDB Breakpoints

This tool searches your go source files for specially formatted comments and converts them to gdb breakpoints.

Example:

package main

import "fmt"

func main() {
  for i := 0; i < 10; i++ {
    fmt.Println("Hello World") //break if i == 5
  }
}

Usage:

# debug application
$ gdbb

# debug tests
$ gdbbtest

Demo:

About

Go: Inline GDB Breakpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published