VSCode Python SSH - 调试中止,没有错误或警告

发布于 2025-01-09 04:03:34 字数 162 浏览 0 评论 0原文

我正在远程服务器上开发一个应用程序。 我正在使用 Python,并通过 ssh 与特定扩展名进行连接。 我开始调试,一切似乎都正常进行,但调试突然停止并且没有任何原因(错误或警告)。

谁能建议我在哪里寻找原因或如何追踪问题? 该脚本在 VSCode 外部执行,运行顺利。

提前致谢。

I am developing an application on a remote server.
I'm using Python and am connected via ssh with the specific extension.
I start debugging and everything seems to proceed normally but suddenly debugging stops and there is no reason (error or warning).

Can anyone suggest me where to look for the reason or how to trace the problem?
The script, executed outside VSCode, runs smoothly.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瑕疵 2025-01-16 04:03:34

最后我找到了可能的原因,因此找到了解决方案。
MariaDB 的导入顺序和模块导入存在问题。通过将这个导入移到头部,问题就解决了。

in the end I found a possible cause and, therefore, the solution.
There is a problem with the sequence of imports and module import for MariaDB. By moving this import to the head, the problem was solved.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文