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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,312 次查看
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.

 

标记 (5)
0 项奖励
回复
1 回复

1,305 次查看
demian91
Contributor III

I answer only the 1st.

%>puts [info globals]
0 项奖励
回复