Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » problems with gdb under Windows
problems with gdb under Windows [message #1822295] Tue, 03 March 2020 06:43
Eclipse UserFriend
Hi,
I am fighting with the debugger.

The problem with missing printf outputs on the console tab during debugging could be resolved by setting stdout to no buffering and avoid single stepping over a printf statement. With this setting printf outputs are immediately visible but the debugger is adding spurious debugger outputs to the printf outputs. This is troublesome but acceptable.

Now, a big problem comes up.
Setting a conditional breakpoint adds long lines of debugger outputs to the console tab every time the condition is fullfilled, but program execution does not stop.

Is this usual for gdb or what can I do?
Previous Topic:gcc ARM : section .text make region `FLASH' overflowed (around 14ko)
Next Topic:Post build happening before make finishes
Goto Forum:
  


Current Time: Sun Jul 13 14:33:49 EDT 2025

Powered by FUDForum. Page generated in 0.03725 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top