How clean the shell console? - CodeWarrior for eTPU - Shell Debugger

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How clean the shell console? - CodeWarrior for eTPU - Shell Debugger

699 Views
demian91
Contributor III

Hi, im new with the TCL language and the Debugger Shell. My first question is about the vars, in the console i tried this.

 

%>set var 4
%>info globals
%>

 

Does not show any global variables, i try with info and others parameters but it not appear the variable.

1. Does the shell have a command to view information or why it not seems works?

2.How i can clean or reset the shell like i initialize the program? unset is an option but it would have to apply with all variables.

 

0 Kudos
1 Reply

692 Views
demian91
Contributor III

I answer only the 1st.

%>puts [info globals]
0 Kudos