[Pydev-users] [Users] RE: confusion about installing remote debugger
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-10-06 16:57:43
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4741281: Those buttons should be present at the debug perspective. You can enable them in other perspectives in window > customize perspective > command groups availability > pydev debug. Aside from that, I think that http://pydev.org/manual_adv_remote_debugger.html should explain properly how to use it (just a note: the debugger should work with threads created in Jython, but sometimes, if they're created in Java, PyDev doesn't know about it and thus doesn't add debugging to that thread -- and the same happens on some swing calls). Cheers, Fabio |