-
I was using netbeans 6.7.1, everything updated to latest rev. Redhat5 enterprise, Python 2.4.
I ran some sample code calling yum related stuff. It works ok on the command line, but exits with the following, when run in the debugger in Netbeans:
JPyDbg instance has no attribute 'isatty'['Traceback (most recent call last):
', ' File "/home/peno/elekta-projects/remote-service/yumtest2.py.py"...
2009-10-14 10:24:01 UTC by nobody
-
Hello. Does this jpydbg plugin still work? I tried and haven't been successful. I've used jEdit for Python development for years and would love a source level debugger. So I'll toss out a few questions:
1. Does anyone still use this plugin or have people switched to a different IDE like Eclipse?
2. Why is the plugin reported by jEdit's Plugin manager old (0.16)? This site has 0.18.5.
2009-08-14 17:32:09 UTC by rogerflores
-
FYI. The latest org-jymc-jpydbgfornetbeans-0.0.18-5-1.nbm module hangs on Ubuntu. After installing it, opening any python script (even a blank one), Netbeans immediately freezes. I have to kill Netbeans to stop it.
Tried the other versions and they hang as well.
I thought this might be a nice plugin to have, but it's not worth the trouble. I'll stick with a text editor.
D.
2008-07-06 02:45:19 UTC by flamenkito
-
Hi
I have problem when trying to install jpydbg on netbeans 6.1
no error message is displayed but also the plugin is not displayed in the list of installed plugin.
2008-05-14 06:23:29 UTC by mbmessaoud
-
Running Python 2.5 and Java 1.6 on Ubuntu 8.04 Desktop.
Attached this plugin to a clean new NB 6.1 installation.
Creating and/or opening a .py file now freezes the NB IDE.
2008-04-29 08:50:34 UTC by nobody
-
Hi all, I'm using jpydbg to debug small jython text processing scripts (used to beautify VHDL source code) and jythoninterpreter to write/use jEdit macros based on the previous scripts. My problem is that I cannot find a way to debug a jython script that accesses any of the 4 standard jEdit variables (view, buffer, textArea and editPane). I can run it from jythoninterpreter, but when I try to.
2008-04-25 15:04:48 UTC by mcesar__
-
Thanks for the reply, but how can I do it? I looked at the "Debugger's options" pane, and there's no place where I could add that .jar file to the PYTHONPATH.
2008-02-02 11:44:19 UTC by giuffsalvo
-
JpyDbg jython launcher is not able to load JavaEditLine
I suppose this class is part of the /usr/share/java/libreadline-0.8.0.jar :
try to add /usr/share/java/libreadline-0.8.0.jar
to the jpydebug pythonpath from the jpydebugoption panel.
2008-02-01 17:51:24 UTC by jymen
-
Hello, I installed and configured the Netbeans version of Jpydbg, but when I try to open a .py file from inside Netbeans, it hangs, and I have to kill it. Do you know what could the reason be? I must mention that I have configured the JPython tab with these values
Jython JVM location: /usr/bin/java
Jython Home path: /usr/share/jython
PYTHONPATH: /usr/share/jython/jython.jar...
2008-02-01 16:08:45 UTC by giuffsalvo
-
use a java project in which you populate python files ; the python project management should be available in next version
Jean-Yves.
2007-12-04 16:51:35 UTC by jymen