Debug always defaults to wrong IP address for target.

Topics for the Eclipse Environment
Post Reply
Lachlanp
Posts: 91
Joined: Tue Jan 29, 2013 4:44 am

Debug always defaults to wrong IP address for target.

Post by Lachlanp »

Netburner IDE 2.7.3

In the project Properties->Netburner Options->IP address I have set 192.168.1.170
In Debug Configurations->Netburner Launcher->Project->Target IP I have set 192.168.1.170

When I Debug as Netburner application, it downloads the code to the target ok, but then the Debuger fails indicating:

Code: Select all

192.168.1.126:2159: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
What can I do to get rid of this false IP address and get the debugger to use the one it is suppose to use?

Thanks
Lachlan
ecasey
Posts: 164
Joined: Sat Mar 26, 2011 9:34 pm

Re: Debug always defaults to wrong IP address for target.

Post by ecasey »

One more place to enter the IP:
In Debug Configurations->Netburner Launcher->Debugger->Connection
Lachlanp
Posts: 91
Joined: Tue Jan 29, 2013 4:44 am

Re: Debug always defaults to wrong IP address for target.

Post by Lachlanp »

fantastic. Thanks
Post Reply