View Single Post
  #4  
Old 03-25-2004, 06:47
ByteZero
 
Posts: n/a
Quote:
Originally Posted by Rheya
hi you two,
I use softice too
I use driver studio 3.1 on win2k , but when i set breakpoint, softice can't break ...
it's real problem ..
rheya
Maybe you should try this SoftIce Command: set BreakInSharedMods on
Now SoftIce should break.

Or you try the following:
1. start the programm you wanne debug
2. press STRG+D and type the command ADDR
3. Now look for your program and the ProcessID, now enter ADDR ProcessID
4. Set the Breakpoint

I hope this is the right solution for your problem.
Reply With Quote