How to set a breakpoint on the egg packaged python file?
Hi~
How do I set a breakpoint to a file in the egg?
I met the the following error message.
"pydev debugger: warning: trying to add breakpoint to file that does not exist: /Library/Python/2.7/site-packages/multitask-0.2.0-py2.7.egg!/multitask.py (will have no effect)"
Thanks.
How do I set a breakpoint to a file in the egg?
I met the the following error message.
"pydev debugger: warning: trying to add breakpoint to file that does not exist: /Library/Python/2.7/site-packages/multitask-0.2.0-py2.7.egg!/multitask.py (will have no effect)"
Thanks.
1 条评论
排序方式
日期
投票数
This is not currently supported. Feel free to vote for http://youtrack.jetbrains.com/issue/PY-7528
请先登录再写评论。