Skip to content
Snippets Groups Projects
  • Oswald Buddenhagen's avatar
    6cf8628c
    unbreak mac debugging again · 6cf8628c
    Oswald Buddenhagen authored
    setting the initial breakpoint at the entry point wreaks havoc, so set
    it at main() instead. this will miss any breakpoints in global ctors and
    (currently) makes it impossible to set an actual breakpoint at main.
    6cf8628c
    History
    unbreak mac debugging again
    Oswald Buddenhagen authored
    setting the initial breakpoint at the entry point wreaks havoc, so set
    it at main() instead. this will miss any breakpoints in global ctors and
    (currently) makes it impossible to set an actual breakpoint at main.