POIDE: Code folding gets breakpoints wrong

Started by RJP Computing, June 03, 2005, 02:44:12 PM

Previous topic - Next topic

RJP Computing

If you have a bunch of your code folded and you add a breakpoint after one of the folds. When you start your debugging session it gives you an error.
QuoteUnable to set breakpoint at line *** in 'file.c'
I noticed also that the line number it gives is based on the lines displayed instead of taking into account the code is folded.

Pelle

/Pelle

RJP Computing

Any news on this?

Just also wanted to thank you for all the hard work and time you put into PellesC.

=D> Thanks  =D>

Pelle

All I can say right now is that it will be fixed in the next release. I'm not sure when that will be.

If you don't want to unfold all lines, maybe you can put __asm int3 (=CPU breakpoint instruction; no space between int and 3) in the source code for now...?

Pelle
/Pelle