可以将Visual Studio混合模式调试附加到Jupyter笔记本以同时调试C ++和Python吗?

时间:2022-09-01 19:03:16

I have a Jupyter notebook running Python with my own C++ extensions.

我有一个运行Python的Jupyter笔记本,带有我自己的C ++扩展。

Can I attach the Visual Studio debugger to debug Python and C++ simultaneously?

我可以附加Visual Studio调试器来同时调试Python和C ++吗?

Both of the projects are in my solution and the mixed mode debugger works just fine when I run within VS. Would love to do the same on a Jupyter notebook running the same code.

这两个项目都在我的解决方案中,当我在VS中运行时,混合模式调试器工作得很好。很想在运行相同代码的Jupyter笔记本上做同样的事情。

1 个解决方案

#1


0  

You can try the Python Visual Debugger for Jupyter Notebooks described here.
(Disclaimer: I'm the lead developer)

您可以尝试使用此处描述的Jupyter笔记本的Python Visual Debugger。 (免责声明:我是首席开发人员)

#1


0  

You can try the Python Visual Debugger for Jupyter Notebooks described here.
(Disclaimer: I'm the lead developer)

您可以尝试使用此处描述的Jupyter笔记本的Python Visual Debugger。 (免责声明:我是首席开发人员)