Infopath Debugging problem

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top