Log in

View Full Version : Run Trace question


Anonymous
July 18th, 2003, 10:08
Hello,

Is there any way for me to do a run trace that only traces into the subroutines that remain in the main module rather then all subroutines?

For example, if I use Ctrl+F11, the trace log will contain all the instructions called in ntdll and be huge. Is there any way for me to avoid those modules?

The reason Im asking is because I want to do a run trace on two files and see where they first differ wihtout having to look at those other modules.

Thanks

Anonymous
July 18th, 2003, 10:17
no possible

blabberer
July 18th, 2003, 22:28
check mark the skip library calls in debugger options and try i never tried but think might work in your case will post after trying later coz i dont have olly loaded here now when i post

Teerayoot
July 21st, 2003, 21:53
Prefile that module ,that feather 're very usefull,i think it work well,becasue i newver go into system call too deep ,alway check in debug option ,force it not go inside system call.