Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

debbeger on screen

Former Member
0 Likes
441

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

2 REPLIES 2
Read only

Former Member
0 Likes
424

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

Read only

Former Member
0 Likes
424

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