on 2007 Sep 20 12:35 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Click on Resume button on the debugging toolbar,
and your code will run until next breakpoint in the code, if any.
Regards
Deepak.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.