タグ

ブックマーク / www.mailgun.com (1)

  • Introducing A Cross-Platform Debugger For Go | Mailgun

    All that stands in the way [of a good Go debugger] is the writing of a lot of non-portable low-level code talking to buggy undocumented interfaces. godebug is a different kind of debugger. Traditional debuggers for compiled languages use low-level system calls and read binary files for debugging symbols. They’re hard to get right and they’re hard to port. godebug takes a different approach: take t

    Introducing A Cross-Platform Debugger For Go | Mailgun
    yyamano
    yyamano 2015/04/21
    “godebug takes a different approach: take the source code of a target program, insert debugging code between every line, then compile and run that instead. ”
  • 1