开发者

NetBeans and Python

When I run some python code in NetBeans, which raises an error, the output in NetBeans just gives an error message and no further inform开发者_如何学运维ation, such as line number. Is there any way to fix that?


If you can, I would run your script outside of NetBeans either with the built-in editor (IDLE) or just run it from the command line. That should give you a traceback with the error and lineno

NetBeans has issues with debugging, as other posts suggest.


added solution is debugging if don't have any compiling error

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜