I am trying to find out how can I debug a wxpython project in Eclipse. Do I need to install a external debugger (开发者_JAVA百科which one?) or can I do this with the Eclipse build-in debugger?
Install the PyDev extension. I love debugging through it :D
I am trying to find out how can I debug a wxpython project in Eclipse. Do I need to install a external debugger (开发者_JAVA百科which one?) or can I do this with the Eclipse build-in debugger?
Install the PyDev extension. I love debugging through it :D
精彩评论