Pelles C > Bug reports

POIDE: Code folding gets breakpoints wrong

(1/1)

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.

--- Quote ---Unable to set breakpoint at line *** in 'file.c'
--- End quote ---

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:
OK - I will look at it...

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

Navigation

[0] Message Index

Go to full version