Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个收集数据的 Python 程序。我之前测试过很多次,但是今天它决定它不会保存数据。此外,不幸的是,我决定使用 pythonw.exe 运行我的程序,因此没有终端可以查看错误是什么。
我可以看到它仍然将数据保存到内存中,因为它显示在绘图上,并且我仍然可以使用我的程序操作数据。
我想知道是否有一种方法可以访问我的程序从外部收集的数据或某种方式来读取它。
我知道我不太可能恢复我的数据,但值得一试。
(另外,我使用 Python 2.7 和 PyQT4 作为 GUI 界面。)
您应该能够附加到正在运行的进程并使用http://winpdb.org/检查变量