tcl_stacktrace.txt
来自「王金明编写的《Verilog HDL程序设计教程》书中的例子原码」· 文本 代码 · 共 26 行
TXT
26 行
Mon Nov 20 23:06:02 中国标准时间 2006
Trace back: can't read "Project(ForceSoftPaths)": no such element in array
while executing
"if {$Project(ForceSoftPaths)} {
set softPath [SoftenPath $new_file_name]
} else {
set softPath $new_file_name
}"
(procedure "AddProjectFile" line 51)
invoked from within
"AddProjectFile $name [MtiFS::TypeFromLabel $Project(dlg_addsrc_type)] $Project(dlg_addsrc_folder)"
(procedure "ProjectAddSrcFiles" line 43)
invoked from within
"ProjectAddSrcFiles .as"
invoked from within
".as.bb.button0 invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 24)
invoked from within
"tk::ButtonUp .as.bb.button0"
(command bound to event)
2: ::tkerror {can't read "Project(ForceSoftPaths)": no such element in array}
1: ::bgerror {can't read "Project(ForceSoftPaths)": no such element in array}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?