Search found 1 match

by rfresh
Sun Jan 26, 2014 6:47 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Debugger off by one line
Replies: 1
Views: 1798

Debugger off by one line

what might cause the debugger break point line to be off by one line? When I set a break on line, say, 100, it won't break. If I set it on line 101 then it will break but stepping actually starts from lne 100. In other words, the break is out of sync from where I tell it to break. Any thoughts on ...