KurtzHz
March 30th, 2002, 08:46
Hi y'all!
Maybe someone can help me. I'm struggling through my first softice tutorial. I set a breakpoint on GetDlgItemTextA and SI pops up into USER32.dll. When I try to 'p ret' out, the SI window closes and the program continues execution. I then have to press ctrl-d TWICE to pop-up the SI window. It feels like a bug but i'm probably doing something wrong. All I found in the manual is:
If you are stepping and the statement or instruction is a function call, control is not returned until the fuction call is complete.
Any ideas?
PS: When my modem is connected, 100s of messages starting with WinAcNt are logged to SI's command window, each one making an annoying beep on my pc speaker
. Can these be turned off?
example:
WinAcNtPutChar putting 'x' e9 in typeahead at 0xff49f404
ty
Maybe someone can help me. I'm struggling through my first softice tutorial. I set a breakpoint on GetDlgItemTextA and SI pops up into USER32.dll. When I try to 'p ret' out, the SI window closes and the program continues execution. I then have to press ctrl-d TWICE to pop-up the SI window. It feels like a bug but i'm probably doing something wrong. All I found in the manual is:
If you are stepping and the statement or instruction is a function call, control is not returned until the fuction call is complete.
Any ideas?
PS: When my modem is connected, 100s of messages starting with WinAcNt are logged to SI's command window, each one making an annoying beep on my pc speaker

example:
WinAcNtPutChar putting 'x' e9 in typeahead at 0xff49f404
ty