JRoger
March 20th, 2005, 10:17
Ive got Compuware Driver Studio 3.1 on my Win XP SP2 computer. It works great, and I can use:
addr process
bpx 00440000
or whatever and softice pops up great.
But I cant understand why softice wont pop up when I set breakpoints on windows api calls.
Firstly I added the EXP=.....user32.dll lines in winice.dat
and then when i set bpx MessageBoxA, and type BL
it recognises it as 00) BPX USER32!MessageBoxA. But, however many MessageBoxA I execute it wont pop up.
Then I try the symbol retriever, grab the symbols, load them into softice, comment out the EXP= lines in winice.dat and set another breakpoint.
The same thing happens, it recognises MessageBoxA as User32, but it just wont pop up.
So many tutorials tell me to do bpx GetDlgItemTextA and softice will pop up, but it wont... Im gettin so frustrated, any help would be greatly appreciated.
John
addr process
bpx 00440000
or whatever and softice pops up great.
But I cant understand why softice wont pop up when I set breakpoints on windows api calls.
Firstly I added the EXP=.....user32.dll lines in winice.dat
and then when i set bpx MessageBoxA, and type BL
it recognises it as 00) BPX USER32!MessageBoxA. But, however many MessageBoxA I execute it wont pop up.
Then I try the symbol retriever, grab the symbols, load them into softice, comment out the EXP= lines in winice.dat and set another breakpoint.
The same thing happens, it recognises MessageBoxA as User32, but it just wont pop up.
So many tutorials tell me to do bpx GetDlgItemTextA and softice will pop up, but it wont... Im gettin so frustrated, any help would be greatly appreciated.
John