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 the code after the popup window displayed?

Former Member
0 Likes
1,077

Hi Experts,

I am debugging a program, in the 20% of the program code, it generates a popup window. Once after pressing ' button in popup window, It should continue my debugging from 20% onwards right?. But It is not continuing after the popup displayed.

Please help me!

Thank in advance.

sekhar

Hi Experts,

I am debugging a program, in the 20% of the program code, it generates a popup window. Once after pressing ' button in popup window, It should continue my debugging from 20% onwards right?. But It is not continuing after the popup displayed.

Please help me!

Thank in advance.

sekhar

3 REPLIES 3
Read only

Former Member
0 Likes
671

Hi,

Use single step debugging option id F5 or set a break point after the popup appears.

regards,

Santosh Thorat

Read only

Former Member
0 Likes
671

copy the below to a note pad and drag and drop that file into pop up while debugging.

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

*reward if solved*

Read only

Former Member
0 Likes
671

Hi.

Try this

When it enters into the pop up window code.If u press F7 means it will come back to ur Program .. to the next statement of the pop up code.

or

Use Break-point..

Hope it will helps.

Regards

Bala..