cancel
Showing results for 
Search instead for 
Did you mean: 

debugging

Former Member
0 Kudos

Hi,

i have doubt i am debugging one program but am calling subroutine from another program i set a break-point in that .while debugging the program it was stopped in that subroutine .how can i continue please can any one give the valuable information.

Thanks in advance,

Sasi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are taking the control from one project to another, then do these:

1. Run - Debug

2.Select the Application

3.In the RHS, you'l see some tabs like Source

4. Click the Source

5. Add the Projects - here add your project you wish to debug

-np

Former Member
0 Kudos

Hi

Click on Resume button on the debugging toolbar,

and your code will run until next breakpoint in the code, if any.

Regards

Deepak.