An open API service indexing awesome lists of open source software.

https://github.com/benderpan/ipytracer

IronPython 脚本运行时对象查看器。
https://github.com/benderpan/ipytracer

debug ironpython netframework object-tracking tracer

Last synced: 11 months ago
JSON representation

IronPython 脚本运行时对象查看器。

Awesome Lists containing this project

README

          

# IPyTracer
IronPython 脚本运行时对象查看器。用于在.net 环境中运行python脚本时,实时跟踪查看脚本中对象、变量的值,类似于调试过程。

### 使用方法
* 安装IronPython环境,下载地址:[IronPython2.7.8](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8)
* 创建.net 项目,引入IronPython dll
* 主程序中追加IronPython Lib库,IPyTracer库即可,详情可参考example例子。

### 感谢贡献项目
* [PMoureu/iph](https://github.com/PMoureu/iph)