GoldenEye: Source Forums

Debriefing => Bug Reports & Fixes => Topic started by: Joe on May 31, 2013, 10:47:01 pm

Title: 4.2.3 RC1:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: Joe on May 31, 2013, 10:47:01 pm
Hi,

When I enter the "ge_py_connectdebugger" command the console doesn't respond with a message and my GE:S client doesn't appear in Eclipse's list of debug server clients. I've enabled developer messages.
Title: Re: 4.2.3 RC1:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: killermonkey on June 01, 2013, 12:39:12 pm
Did you start the debugger in eclipse first?

Debugging is done through a remote terminal connection and eclipse needs to have the server running in order for ges to make that connection.
Title: Re: 4.2.3 RC1:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: Joe on June 01, 2013, 06:34:44 pm
Quote
Did you start the debugger in eclipse first?

Yes
Title: Re: 4.2.3 RC1:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: killermonkey on June 02, 2013, 06:52:10 pm
I was able to fix this issue. For whatever reason the debugger was not properly sending commands over.

I will send you RC3 later today.
Title: Re: 4.2.3 RC1:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: Joe on June 09, 2013, 03:21:51 pm
I was able to fix this issue. For whatever reason the debugger was not properly sending commands over.

I will send you RC3 later today.

Thanks KillerMonkey, I will use RC3's debugger today to fix some bugs which have been preventing me from finishing my implementation of DAD mode's long range resurrection ability.
Title: Re: 4.2.3 RC1:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: Joe on June 09, 2013, 07:43:28 pm
I'm still not able to connect to the Eclipse Python debug server in RC3.

No error messages are displayed in the console and my GE:S client doesn't appear in the debug server's client list.
Title: Re: 4.2.3 RC3:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: killermonkey on June 09, 2013, 08:10:29 pm
Your setup must not be correct. Also, your windows firewall might be blocking the connection.

I suggest reinstalling the pydev plugin. I am able to make a debug connection every time on both of my computers.

Also, try setting your breakpoints prior to trying to establish the connection.

If all else fails, open ge_pydev in the lib/pydev folder. Change the debug level from -1 to 3. Start the game then paste the output of the console after you try to establish a connection.
Title: Re: 4.2.3 RC3:My GE:S client is failing to connect to my Eclipse Python debug server
Post by: Joe on June 12, 2013, 03:59:07 pm
Thanks for helping me KillerMonkey, my debugger works now.