[PD-dev] How to use a debugger with PD on Windows

Henri Augusto Bisognini msndohenri at hotmail.com
Mon Oct 7 17:14:53 CEST 2019


Thanks, Christof!

I'm so used to IDEs I've totally missed it.

Henri

________________________________
De: Christof Ressi <christof.ressi at gmx.at>
Enviado: segunda-feira, 7 de outubro de 2019 11:43
Para: Henri Augusto Bisognini <msndohenri at hotmail.com>; pd-dev <pd-dev at lists.iem.at>
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" <msndohenri at hotmail.com>
An: "pd-dev at lists.iem.at" <pd-dev at lists.iem.at>
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 Pd-dev at lists.iem.at https://lists.puredata.info/listinfo/pd-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20191007/49680ee5/attachment-0001.html>


More information about the Pd-dev mailing list