[ODE] VStudioNet

Ian Munro I.Munro at herts.ac.uk
Wed Oct 16 01:38:13 2002


Nate wrote:
> This thread has reminded me of something I've been meaning to 
> ask... is
> anyone else out there using VS.net and ODE+tri-collider?  In 
> my case, the
> compiler warning messages often have the wrong line numbers, 
> and debugging
> induces big headaches fast because the debugger usually goes 
> to the wrong
> line in the source file.  Is anyone else seeing this?

I'm using vs.net and ode (but not tri-collider).

I've come across similar problems when debugging, but only when I've
accidentally switched on  compiler optimisation. And the lines I'm trying to
debug have been optimised out of existence.

Ian