Log in

View Full Version : Log with watches


MazeGene
July 6th, 2005, 09:15
Hi all,
I would like to add the watches to each line of the log. Is that possible? I tried to figure it out, but I failed.
In my case, I can see the order of breakpoint hits in the log, but I can't attach watches to each breakpoint.

P.S. Sorry if similar question was already asked. The search facility seems to be not working.

blabberer
July 6th, 2005, 13:35
log ???
you mean you are using conditional log break points
and want to log some details ??
Log data
Address Message
00401007 COND: esp = = 0012FFC0
00401009 COND: esp = = 0012FFC0
0040100A COND: esp = = 0012FFBC
0040101B Breakpoint at 0040101B (<ModuleEntryPoint>+1B)

it seems i did not understand your question

MazeGene
July 27th, 2005, 13:13
oh me anon,
thanks for your effort, I figured it out already.
I appreciate your help anyway!