Page 1 of 1

Debug always defaults to wrong IP address for target.

Posted: Thu May 05, 2016 3:05 am
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

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

Posted: Thu May 05, 2016 7:00 am
by ecasey
One more place to enter the IP:
In Debug Configurations->Netburner Launcher->Debugger->Connection

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

Posted: Thu May 05, 2016 8:05 am
by Lachlanp
fantastic. Thanks