Thanks, Christof! I'm so used to IDEs I've totally missed it.
Henri ________________________________ De: Christof Ressi <[email protected]> Enviado: segunda-feira, 7 de outubro de 2019 11:43 Para: Henri Augusto Bisognini <[email protected]>; pd-dev <[email protected]> Assunto: Aw: [PD-dev] How to use a debugger with PD on Windows With MSys2 you already have GDB installed. Just do: > gdb --args pd [flags] > run when you get a segfault, type "bt" to get a backtrace :-). If you want to use breakpoints and stuff, just read the GDB manual. Christof Gesendet: Montag, 07. Oktober 2019 um 15:45 Uhr Von: "Henri Augusto Bisognini" <[email protected]> An: "[email protected]" <[email protected]> Betreff: [PD-dev] How to use a debugger with PD on Windows Hi list! I'm looking for some direction on how to set a debugger with Pure Data. I'm on windows using MinGW (MSys2) as described in INSTALL.TXT<https://github.com/pure-data/pure-data/blob/master/INSTALL.txt>. Cheers, Henri. _______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
_______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
