Debugger not working

Hi All,

I am facing a problem which is anonying. I have some lotus script on form load event, page load event and a action button of a from. I have also turn-on the debugger and when open form to create the document or open the page its debugger runs. But after filling form when I want to save the document there are some validation which I need to trace out. But debugger is not running. but If I once save the document and again click on to the submit button then its debugger is running.

Please help me why such anonying problem is happens. and how could i trace out the submit button event functionality.

With Regards,

Vikas K Sinha

9899817270

Subject: Debugger not working

I am not quite sure which event the lotus script is in, that you are saying is not able to be debugged…but put a “stop” in the lotusscript code…

Sub QuerySave ( or event on action buttton or whatever)

stop

dim s_some_var as String

etc., etc.