Log in

View Full Version : "STRING [ESP+4]" log breakpoint question


kotzeesser
January 14th, 2005, 05:13
hi,

if i set a logbreakpoint on some address the logexpression "STRING [ESP+4]" always evaluates to some weird values but not to the string that starts at the value of [ESP+4]

why does this not work?

thx

kotzeesser
January 14th, 2005, 05:19
ok, [esp+4] contains only a pointer to some string
[[esp+4]] works fine

sorry for bothering