View Single Post
  #5  
Old 02-24-2005, 10:51
willii
 
Posts: n/a
DEP

I think it may be confict with DEP. You can disable DEP in boot.ini. Change /NoExecute to /Execute.

In DS3.2. There is not usermodebreakpoint. Bpx now have parameter .t|.p to set breakpoint on thread or process. So it need not usermodebreakpoint now. If you set breakpoint with no param, it act as 2.7 before, break on every process.
Reply With Quote