tclsh8.5的调试工具/方法
我一直在尝试调试调用特定于供应商的 TCL API 时遇到的一些问题。不用说,API 在某个点会崩溃,并且 stderr 输出还有一些不足之处。另外,标准 /var/log/* 区域中也没有任何值得注意的地方。 TCL 是否有一个好的调试器可以为我提供有关该问题的更多信息?这是在 FC14 上运行的,我知道 TCL 提供的跟踪命令,想知道是否有更多选项......
I've been attempting to debug some issues I'm having with calling a vendor specific TCL API. Needless to say, the API crashes at a certain point and the stderr output leaves something to be desired. Also, nothing of note in the standard /var/log/* areas either. Is there a good debugger for TCL that can perhaps give me more information on the issue? This is running on FC14, and I'm aware of the trace command provided by TCL, wanted to know if there were more options out there...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有很多建议http://wiki.tcl.tk/473。不幸的是,我不能真正推荐任何东西,因为我从未发现需要 TCL 调试器,但话又说回来,我还没有处于您使用供应商 API 的位置。请随时寻求进一步的帮助!
Lots of suggestions here http://wiki.tcl.tk/473. Unfortunately I can't really recommend anything as I've never found a need for a TCL debugger, but then again I havent' been in your position with a vendor API. Feel free to ask for further help!