Re: [PD-dev] Compiling debug mode for GDB on MSYS2 MINGW64

2023-05-18 Thread Christof Ressi
Hi, yes, "make app" strips the binaries by default. Since autotools/libtool is incredibly slow on Windows, I typically only do "make app" once in the beginning; in my IDE I have a added a custom build step "cp ./src/pd.dll ./pd-0.x.x/bin" that just copies the (unstripped) Pd DLL into the bin

[PD-dev] Compiling debug mode for GDB on MSYS2 MINGW64

2023-05-18 Thread Pierre Mallard
Hello everyone, I have been struggling a few days to achieve using gdb on msys2 mingw64. In case anyone is interested, here is how I finally succeed in using gdb. Note that I am a newbee on both autotools and pd so maybe there is a much more straightforward way to do so. Edit msw/Makefile.am to