开发者

Eclipse won't break in threads

I'm using Eclipse to develop a PyQt application using PyDev. It's using two threads, one for gui and one for network traffic and Eclipse refu开发者_开发技巧se to break on breakpoints set in the network traffic thread, I know it runs because it's throwing exceptions but I can't inspect things which is highly annoying.

Has anybody else experienced similar problems? Pseudocode:

 class NetHelper
     sendLots()

 class Worker(QThread):
     run()
        NetHelper.sendLots()

 class GUIThingie(QDialog):
     handleClick():
         self.worker.start()
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜