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.
我有一个使用 VS Code 处理的 dockerized django 应用程序。我启动容器,然后使用 VS Code 的远程附加附加到它。
然后我使用以下启动文件在端口 7000 上启动调试器。
我运行使事情崩溃的代码,但它在终端/输出/调试控制台中出现了静默失败。我检查了 docker 日志,但我只看到在端口 8000 上运行的程序的输出。
如何查看在端口 7000 上运行的代码的堆栈跟踪(或 docker 日志)?