Third party software, lets name it 3RD has embedded TCL.
Some function in 3RD execute TCL or create TCL objects. During execution generate several commands (events?) in specific order, e.g.:
- cmdInit
- cmdStart
- cmdF1
- cmdF2
- cmdF2
- cmdF1
- cmdF5
- cmdOut
For each command\event are also created new variables or existing vars change their state. Commands names above are not fully known for user. I guess each command invoked in 3RD, send package with set of TCL objects (commands, procs, events, variables) to use by end user (me). Then I can write sript calling each of command\event created by 3RD.
My question is: am I able to get these commands\events names in their order?
info commands or info procs don't give that possibility