Log in

View Full Version : how2break on mouse event?


Anonymous
July 12th, 2003, 06:58
when i trace one program how to set a condition breakpoint?
such as when ecx=00993344 bpx 6600770000 or when mouse clickup break into program?

by the way, how can i break program when it get in or out from user32.dll?

tks

blabberer
July 12th, 2003, 09:23
well if the module is loaded dynamically after the exe started running you can use the break on new module option in debugger options

apart from that you can break point on access of any module use memory on access after you view memory

for the above stated problem you can use conditional break point

you need to experiment a little when using it

i say one example develop on it

uMsg == WM_COMMAND
<winproc> , TranslateMessage
pause always
log arguments
log blah blah --> i forgot

then u can view the log window for details (you can save it too for future referances)

last but not least you can use pause on condition in runtrace option also

well there may be many more possibilities (it is a great tool take your time to
explore it byte by byte )and it will be a truly enjoying experience

thank oleh for such a good better best bestest bestest^infinity application