[SOLVED]Remote Debugger

al2950

23-06-2009 21:47:10

Has anyone got the remote debugger working in 1.5.4??

I am using this code;


//initialise and connect remote debugger
m_remoteDebugger = m_world->getRemoteDebugger();
m_remoteDebugger->connect();


The remote debugger is on the same machine, is there something i am missing?

Cheers

Angus

spacegaier

23-06-2009 21:57:09

The two lines work perfectly for me. Just make sure, that you start the RemoteDebugger beefore you start your application and everything should be fine.

al2950

23-06-2009 22:36:24

Cheers spacegaier, I had not started the Remote Debugger before my app. All working as expected