Application Development 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: 

How to debug the code after the popup window displayed?

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

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

regards,

Santosh Thorat

Former Member
0 Kudos

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*

Former Member
0 Kudos

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..