Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

breakpoints change position

(1/3) > >>

olaf888:
Hello

when I set a breakpoint and change something lines above insert  some lines
the bp goes faster down than the position where I set it.

Where to change the behaviour of breakpoint position or similar ?

oBFusCATed:
Can you try to explain the problem better?
I'm not sure I understand it from the initial description.

raynebc:
I interpreted it as him putting a breakpoint on line #a, but when he inserts a new line above the breakpoint, the breakpoint is moved to line #(a + 2) instead of #(a + 1).  This isn't a problem I've experienced.

olaf888:


ahhh now I see
I have that only when I have splitted view vertically.
This must be a bug.

raynebc:
I couldn't reproduce this on the latest nightly build.  I tried having a couple source files in horizontal or vertical split view, but in both scenarios when I placed a breakpoint and inserted a new line above it, the breakpoint moved down only one line (staying applied to the correct line of source code).  How are you inserting lines when this happens?  Is it placing a blank line with Enter, pasting lines of code or something else?

Navigation

[0] Message Index

[#] Next page

Go to full version