ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

Implement Python Debug functionality #5

Open ebresie opened 2 years ago

ebresie commented 2 years ago

Presently as of 0.1, there is no ability to debug a Python script.

This is issue will implement debug functionality within the IDE.

ebresie commented 2 years ago

Maybe interface with https://pypi.org/project/pudb/