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

How to debug popup window

Former Member
0 Likes
13,257

Hi to all

Plz tell me How to debug popup window.

thanks

Anubhav

Hi to all

Plz tell me How to debug popup window.

thanks

Anubhav

4 REPLIES 4
Read only

Former Member
0 Likes
4,449

Hi

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

Read only

Former Member
Read only

former_member386202
Active Contributor
0 Likes
4,449

Hi,

Set break point on window starting statement.

Regards,

Prashant

Read only

Former Member
4,449

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 :

[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand

give the name as DEBUGGER.TXT

reward if helpful

VIVEKANAND