Debuging problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
JoeWright
Posts: 74
Joined: Mon Dec 08, 2003 3:51 pm

Debuging problem

Post by JoeWright »

In VC .Net 2002 I'm unable to step into a lot of the Irrlicht code. Specifically, when there is a variable involved that has been declared using one of the sub irr namespaces, any routines involving that variable cannot be stepped into.

Any solutions?

Thanks

Joe
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

You could compile the engine in Debug mode, this should solve your problem.
JoeWright
Posts: 74
Joined: Mon Dec 08, 2003 3:51 pm

Post by JoeWright »

I found the problem, I didn't have my output folders set up correctly so the debug version wasn't in the right place.

Thanks

Joe
Post Reply