Python4NetBeans802 - plugin detailPython support for NetBeans IDE 8.0.2.
[ You have to be logged in to be able to comment. ] User CommentsDebugging issues
On Aug 27, 2015, ki2ne had posted....
"I don't know if it's the same for anyone else, but when I tried doing step debugging using "step in" it just seemed to do a "step over" instead." By this time I'm quite with the same problem while trying to debug any Python project with NetBeans 8.0.2/8.1 (Linux). When I try to "step in" a class method from another module, the debugger just do a "step over". Has anyone got this behavior?? how to solve this??
Posted by gonzalopvll on May 18, 2017
unsigned
I went to install this and got a comment that the download was unsigned. You don't mention anything about this in your video: https://blogs.oracle.com/geertjan/entry/python_in_netbeans_ide_81
Posted by murano on Oct 21, 2015
Debugging
I don't know if it's the same for anyone else, but when I tried doing step debugging using "step in" it just seemed to do a "step over" instead.
Posted by ki2ne on Aug 27, 2015
Add plugin modules in a new project
Maybe make a script that copies the files back whenever you do a build, something like this:
https://platform.netbeans.org/tutorials/nbm-projectsamples.html#sources
Posted by geertjan on Jun 19, 2015
Add pluggin modules in a new project
There is a solution to add the modules in a new Netbeans RCP application : http://netbeans.dzone.com/news/including-nbm-files-netbeans
but each time you clean the project, all these modules disappears ... Does anyone have a solution to make them persistent ?
Posted by yannSau on Jun 19, 2015
python version
It seems to default to python 2.x. If you can add support or option to use 3.x. That would be great.
Posted by ovan10 on May 02, 2015
Funciona con Netbeans 8.0.1
El Plugin tambien funciona con Netbeans 8.0.1
Posted by wesh on Mar 26, 2015
How to install the Python NetBeans Plugin
To install this Python plugin, There are a few steps not mentioned anywhere on this page... I had to follow the instructions at the following URL to get up and running with Python support:
http://www.youlikeprogramming.com/2015/03/installing-python-module-support-for-netbeans-8-0/
Posted by JDBurnZ on Mar 17, 2015
|