|
 |
On 20/10/2010 04:42 PM, Invisible wrote:
> - As far as I can tell, breakpoints don't work. Like, I have a button
> that runs Bar() when you click it. So I put a breakpoint on Bar(), and
> click the button. The script runs, but no breakpoint. Again, very helpful.
OH MY GOD! >_<
It seems breakpoints work, but *only* if the exact line you put the
breakpoint on contains a line of executable code.
So if you put the breakpoint on the function name, nothing happens. If
you put the breakpoint on a line within the function that happens to be
blank, nothing happens. If you put the breakpoint on a line that just
contains a comment, nothing happens. *Only* if the line contains at
least one executable statement does the breakpoint fire. WTF?
Post a reply to this message
|
 |