1 Star 0 Fork 0

dglxlcl/TclProDebug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.remotedebugging 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steve Huntley 提交于 2017-02-16 14:22 . initial release debugger 2.0
Remote debugging of programs still works as described in the TclPro User Manual
and the initdebug man page at lib/remotedebug/docs/initdebug.pdf.
The only addition is that for the sake of convenience the initdebug.tcl file has
been wrapped in a package, so that (assuming the auto_path variable has been
initialized properly) a client code file can be prepared for remote debugging
simply by adding the commands:
package require remotedebug
debugger_init
debugger_eval {<code to be debugged>}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dglxlcl/TclProDebug.git
git@gitee.com:dglxlcl/TclProDebug.git
dglxlcl
TclProDebug
TclProDebug
master

搜索帮助