eclipse - Debugging Python script in RAD 8.5 using Pydev -
i have rad 8.5 ( eclipse version 3.6.3 ) workspace pydev plugin installed ( version 2.8.2 ) have been using debug python scripts.
in past, able debug python scripts in workspace.
today, when run script without debug mode, works.
but when attempting use debug on same script, below error.
timed out after 20.0 seconds while waiting python script connect. accept timed out what can or check can debug scripts?
this means have firewall enabled preventing debugger connect target (take @ error log see if that's issue... see: http://pydev.org/faq.html#pydevfaq-howdoireportabug%3f details on getting it).
you try using remote debugger programmatic breakpoint: http://pydev.org/manual_adv_remote_debugger.html see if have different results.
Comments
Post a Comment