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 脚本运行时对象查看器。
- Host: GitHub
- URL: https://github.com/benderpan/ipytracer
- Owner: BenDerPan
- License: mit
- Created: 2018-08-06T10:21:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T04:33:17.000Z (over 7 years ago)
- Last Synced: 2025-03-26T06:51:09.051Z (11 months ago)
- Topics: debug, ironpython, netframework, object-tracking, tracer
- Language: Python
- Size: 270 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)