Thread
:
DriverStudio 3.2 - Can't set breakpoint in DLL function
View Single Post
#
2
03-03-2005, 13:59
dMITR0
Posts: n/a
Maybe you should try to set a breakpoint as 'bpx myfunc' or 'bpx addr', where addr is the address of your myfunc function.
dMITR0