使用Visual Studio从c#调试Iron Python

时间:2015-03-27 11:59:01

标签: c# python ironpython

我通过创建Python enginer并从文件执行脚本来从c#调用iron python。

Dictionary<string, object> options = new Dictionary<string, object>();
options["Debug"] = true;
m_engine = Python.CreateEngine(options);

我在引擎中将选项Debug设置为true。这里断点正常,但是我无法看到watch中变量的值

有人能解决这个问题吗?

0 个答案:

没有答案