Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » problems with gdb under Windows
problems with gdb under Windows [message #1822295] Tue, 03 March 2020 11:43
Nick Schweyer is currently offline Nick SchweyerFriend
Messages: 175
Registered: July 2009
Senior Member
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?


Niko

Eclipse-CDT Version: 2019-12 (4.14.0), Win10 64bit
Previous Topic:gcc ARM : section .text make region `FLASH' overflowed (around 14ko)
Next Topic:Post build happening before make finishes
Goto Forum:
  


Current Time: Sat Apr 27 00:53:42 GMT 2024

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

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

Back to the top