insert a break point somewhere in the test fuction just befor crush,when it breaks,insert a break point at the beginning of the setup(or check call task to find the line crushed),then you can step,or even step into
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a crash occurring in one of my test setups so I'd like to be able to break into, and step through my setup code in the debugger.
How do I configure cpopunit to allow me to do this?
insert a break point somewhere in the test fuction just befor crush,when it breaks,insert a break point at the beginning of the setup(or check call task to find the line crushed),then you can step,or even step into
That's the problem... when i insert a break point and run in debug mode it doesn't break into it. (I'm using MSVC6).
Any ideas?