jenkinsci / jenkins.py

Deprecated, see https://www.jenkins.io/jep/7
MIT License
41 stars 11 forks source link

Is there a way to set break point inside of the python methods? #1

Open domruf opened 9 years ago

domruf commented 9 years ago

I really like the idea of developing jenkins plugins in python. But if I can't use breakpoints for debugging the code I don't think it is worth it.

conyx commented 9 years ago

I did not try it, but maybe PyDev plugin could help you somehow http://www.jython.org/jythonbook/en/1.0/JythonIDE.html#debugging