Breakpoints not firing on Windows 10

CodeLite installation/troubleshooting forum
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Breakpoints not firing on Windows 10

Post by iwbnwif »

Ah, I see - thank you.

But presumably you are able to make this work on your configuration of Windows / Mingw / GDB?

Please could you let me know which those are because so far every configuration I tried seems to fail.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Breakpoints not firing on Windows 10

Post by eranif »

I am using TDM GCC + its gdb and it works...

Eran
Make sure you have read the HOW TO POST thread
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Breakpoints not firing on Windows 10

Post by iwbnwif »

So I tried the following:

1. Installed TDM-GCC using tdm-gcc-5.1.0-3.exe from http://tdm-gcc.tdragon.net/download.
2. Downloaded the latest wxWidgets from Git (git clone https://github.com/wxWidgets/wxWidgets.git) and built it using TDM-GCC.
3. Rebuilt my test app using TDM-GCC.
4. Tried debugging with the TDM-GCC gdb32.exe (both in <TDM-GCC>\bin and <TDM-GCC>\gdb32\bin\).

Unfortunately I am still having exactly the same problem.

Do you get the "Successfully set breakpoint " message when the program is currently running?
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Breakpoints not firing on Windows 10

Post by iwbnwif »

Just by way of a belated follow up.

I have switched to using a non-TDM build so I can use g++ v5.3 and debugging is now working perfectly!
Post Reply