Is there any debugging tool for tcl? I am not sure what features it would have but basic step execution or proc tracing or something similar would be sufficient for what I am looking for. It is fine if it has more features for professionals or advanced users but something basic would go a long way.
Is there any debugging tool for tcl? I am not sure what features it
would have but basic step execution or proc tracing or something similar would be sufficient for what I am looking for. It is fine if it has more features for professionals or advanced users but something basic would
go a long way.
saito <[email protected]> posted:
Is there any debugging tool for tcl? I am not sure what features it
would have but basic step execution or proc tracing or something similar
would be sufficient for what I am looking for. It is fine if it has more
features for professionals or advanced users but something basic would
go a long way.
##################################################################
# my personal dbg solution
# covers 99% of my needs.
# about the names.
# deliberately
# short
# easy to type
# non-descriptive in the consensus coding style
# low chance for collision ##################################################################
For normal use, there's TclPro Debugger. Since I've seen posts where you appear to be on windows, I would look at the MagicSplat distribution, it includes that debugger and has a start menu item to launch it.
-e
On 3/30/2026 11:21 PM, [email protected] wrote:
saito <[email protected]> posted:
Is there any debugging tool for tcl? I am not sure what features it
would have but basic step execution or proc tracing or something similar >>> would be sufficient for what I am looking for. It is fine if it has more >>> features for professionals or advanced users but something basic would
go a long way.
##################################################################
# my personal dbg solution
# covers 99% of my needs.
# about the names.
# deliberately
# short
# easy to type
# non-descriptive in the consensus coding style
# low chance for collision
##################################################################
Nice stuff, thank you.
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,114 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 492510:16:21 |
| Calls: | 14,267 |
| Calls today: | 3 |
| Files: | 186,320 |
| D/L today: |
22,525 files (7,340M bytes) |
| Messages: | 2,518,347 |