Can't debug infoPath HELP

O

okaminer

Hi

I'm having trouble debuging infoPath on my computer
I've done the following so far
1) Changed the in internet option: unchecked disable script debugging
check box
2) changed the advance setting in Microsoft Office 2003 proffetional:
Run from my computer --> office tools --> HTML Source editing --> Web
scripting --> Web debugging

My machine is window 2000 SP4
I already succeded to debug this form on different computers 2000 SP4
with the same setting

On this coputer the debugger doesn't work even if I have Error

Please help I have no more Ideas left

Thanks
 
A

Amit

If you are using JScript then instead of using break points, use following
statement:
debugger;

Then when your program will reach that statement, it will display the dialog
box to select the debugger. Select the appropriate debugger and now you can
use F10, F11 to step through your script.

Normally it displays the dialog box to select the debugger when error occurs.

Regards,
Amit.
 
O

okaminer

Thanks for replying
I'm using the 'debugger' word when trying to debug

I believe this is a configuration issue
 
Top