admin管理员组文章数量:1389960
In Visual Studio Code, when debugging a python code (.py), is it possible to start an interactive session window interact with the program in that window?
It is suggested to "Add #%% at the top to indicate a Jupyter cell." This does start an interactive window, but the interactive session does not connect to the current .py file. It shows a pending sign when evaluating a variable in the interactive window.
I can evaluate a variable during a python debug session in the standard DEBUG CONSOLE window. But it will be nice to do everything in an interactive window without opening the debug console window.
Thank you!
current VS Code version: 1.98.0
本文标签: VS Code python debug interactive sessionStack Overflow
版权声明:本文标题:VS Code python debug interactive session - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744746220a2622895.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论