2008 Feb 20 12:46 PM
Hi Gurus,
I have opened one popup dialog window on screen then i want to start the debbeging.In the presence of popup window i cann't do the /h in command input text.
Pls.tell me how can start the debbeging in the present of popup window.
best regards.
Pravin
Hi Gurus,
I have opened one popup dialog window on screen then i want to start the debbeging.In the presence of popup window i cann't do the /h in command input text.
Pls.tell me how can start the debbeging in the present of popup window.
best regards.
Pravin
2008 Feb 20 12:50 PM
Hi
there is a file called
DEBUGGER.TXT.
when you r on that popup just drag and drop this file on the window the debugging will start.
I cannot send you the file but its easy to make 1.
just create a new txt file(notepad) and paste the following code :
codeFUNCTION
Command=/H
Title=Debugger
Type=SystemCommand
[/code]
give the name as DEBUGGER.TXT
2008 Feb 20 12:50 PM
or
put break point at POP UP WINDOW stament so that when ever it reaches to that stament it will go into the debugging mode and press F5 it will continue the process
put exactly where your calling that POPUP WINDOW