Log in

View Full Version : How to bpx on class method?


Jacques
May 2nd, 2004, 21:26
Hi all,

I have been using SoftIce for a few months now, but there is one thing that I can't figure out and haven't found any mention of in the documentation or any tutorial. Perhaps I missed it and this is a stupid question, but here goes anyways:

How do you set a break point on a class method?

Let say I wanted to set a breakpoint on CClass::MyMethod()... how do I go about doing this?

(I am certain that the symbols are loaded, and I can see "CClass::MyMethod" in the .nms file, so it's not that.)

Thanks,
J