View Full Version : Run Trace problem
Anonymous
June 25th, 2003, 08:21
I have a range of code I want to run trace. Click Debug then click "Open or clear run trace" then in code window I select the area I want to trace, right click > Run Trace > Add Selection. Then I press CTRL + F11 and the program runs. I stop the trace because when it reaches a certain point in the program I stop it (I know where to stop) but Run Trace shows a few lines of code and the locations are not ones I specified in selection. ARGGHGH
Help
TBD
June 25th, 2003, 23:11
have you tried increasing the run trace buffer ?
also try to put a breakpoint before and after the run-trace selection to see if you reach that code.
Ricrado Narvaja
June 26th, 2003, 01:17
For run race works well you can start the trace in the section you can look, if you start in other section or part of the memory the trace always be incomplete, try this.
Ricardo
Anonymous
June 26th, 2003, 08:07
Ok...I obviously tried something while I Was waiting for replies... so It's probably what Ricardo said...I set breakpoint, when it reaches it, I blindly (I cant see anything, it's a game) press CTRL+F12. I got good results.
Thanks,
TByte
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.