|
-
Nov 20th, 2006, 02:58 AM
#1
Thread Starter
Member
[RESOLVED] trace code at run time
hello ,
i know this may be a really easy question .. im working on a project that my ex colleague has been working on for quite a while and it really huge. so i have to review it all over. do you guys know a way to keep in track and see the code WHILE im running the application to know which line of code does what. . .
-
Nov 20th, 2006, 03:20 AM
#2
Re: trace code at run time
What do you mean like debuging in the IDE? Or do you just want a log of which procedures that were run at the time? Please explain a little more...
-
Nov 20th, 2006, 03:20 AM
#3
Re: trace code at run time
Please mark you thread resolved using the Thread Tools as shown
-
Nov 20th, 2006, 03:25 AM
#4
Thread Starter
Member
Re: trace code at run time
for example .. if button X does function Y
as i press button X
i want to see the code highlighted or pointed at in the function area .. is that more clear ?
-
Nov 20th, 2006, 03:28 AM
#5
Re: trace code at run time
1.Double click the button.
2.You will see a coding window.
3.Press F9
4.Now run the program.
5.Click the respective button.
6.See what happens.The cursor will move to the coding window highlighting the currently running line?
Please mark you thread resolved using the Thread Tools as shown
-
Nov 20th, 2006, 03:34 AM
#6
Thread Starter
Member
Re: trace code at run time
thanks much
it does highlight the currently running line.. it just doesnt move on to the next executing line and so on.. the applications pauses .
-
Nov 20th, 2006, 03:40 AM
#7
Re: trace code at run time
Please mark you thread resolved using the Thread Tools as shown
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|