N
Nick
Hi-
It seems that the debugger at times jumps around a bit, skipping over code
segments. Maybe its just me, because i do have a lot of try catches at
different levels. Has anyone else seen this?
My main problem is I have code that dynamically adds items to the DOM, and
its added a node somehow, but the debugger wont break on the break point when
it happens. I have set a breakpoint at the entrypoint to the only code block
that modifies the xml for that section, and it never hits, but yet when I
look at the data after saving the form, it shows the extra nodes...
Thanks for any help on this... i am really spending alot of time to resolve.
It seems that the debugger at times jumps around a bit, skipping over code
segments. Maybe its just me, because i do have a lot of try catches at
different levels. Has anyone else seen this?
My main problem is I have code that dynamically adds items to the DOM, and
its added a node somehow, but the debugger wont break on the break point when
it happens. I have set a breakpoint at the entrypoint to the only code block
that modifies the xml for that section, and it never hits, but yet when I
look at the data after saving the form, it shows the extra nodes...
Thanks for any help on this... i am really spending alot of time to resolve.