%HA_EM-6-LOG: if_description.tcl: can't read "event_info(msg)": no such element in arrayIf I look over the array with:foreach {key value} [array get event_info] {puts "$key => $value"} output is:asr920lab(config-if)#
3) Issue the command "g" in debugger. => the program is running till all initial Tcl script commands are completed. The console of the program gives Tcl command prompt: Draw[1]> 4) Enter Ctrl-Break in debugger window. => Break instruction exception is caught. 5) Enter the...
When attempting to break at a particular point in the code, it seems a GDB session will instead break at a completely different location. The location of the break is consistent, but it is not the correct location. When using OpenOCD as the debugging bridge, the break occurs in the correc...
3) Issue the command "g" in debugger. => the program is running till all initial Tcl script commands are completed. The console of the program gives Tcl command prompt: Draw[1]> 4) Enter Ctrl-Break in debugger window. => Break instruction exception is caught. 5) Enter the commands ....