Groups | Search | Server Info | Login | Register


Groups > comp.lang.tcl > #55644

Re: Debugging tools

From Petro Kazmirchuk <vivid.tree7955@fastmail.com>
Newsgroups comp.lang.tcl
Subject Re: Debugging tools
Date 2026-03-31 20:51 +0200
Organization A noiseless patient Spider
Message-ID <10qh53v$3j9v8$1@dont-email.me> (permalink)
References <10qefga$2mval$1@dont-email.me> <1774927265-3870@newsgrouper.org> <10qh3ol$3irdm$1@dont-email.me>

Show all headers | View raw


On 31/03/2026 20:28, saito wrote:
> On 3/30/2026 11:21 PM, sm.smithfield@gmail.com wrote:
>>
>> saito <saitology9@gmail.com> 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.

note there's a fork of TclPro that supports DAP
https://github.com/puremourning/TclProDebug

I believe, if somebody could make a VSCode plugin based on this, it 
would be a much appreciated contribution to the community

Back to comp.lang.tcl | Previous | NextPrevious in thread | Find similar


Thread

Debugging tools saito <saitology9@gmail.com> - 2026-03-30 14:30 -0400
  Re: Debugging tools et99 <et99@rocketship1.me> - 2026-03-30 18:31 -0700
    Re: Debugging tools saito <saitology9@gmail.com> - 2026-03-31 14:29 -0400
  Re: Debugging tools sm.smithfield@gmail.com <user3870@newsgrouper.org.invalid> - 2026-03-31 03:21 +0000
    Re: Debugging tools saito <saitology9@gmail.com> - 2026-03-31 14:28 -0400
      Re: Debugging tools Petro Kazmirchuk <vivid.tree7955@fastmail.com> - 2026-03-31 20:51 +0200

csiph-web