GDB ignoring break points past the first one

This forum is for general developer support questions.
Post Reply
Reth
Beta Tester
Beta Tester
Posts: 47
Joined: Mon Jun 20, 2011 3:44 pm

GDB ignoring break points past the first one

Post by Reth »

Hi everybody,

is it just me or does this not work at all?

Here on Peg2 I set two break points in one file. The first one at main, the second at line 364.
GDB stops at the first break point as expected. But after pressing c for continue the program runs without any further breaks until termination.
The second break point is completely ignored.

Is this an internal AOS4-GBB-Problem or did I make sth. wrong/misunderstood sth.?

Any hints/help highly appreciated for how becoming GDB to work with more than one breakpoint!

Many thanks in advance!

Bye
Post Reply