Skip to content
Snippets Groups Projects
Commit 96b9e2df authored by Botond Baranyi's avatar Botond Baranyi
Browse files

refguide: fixed invalid command name in debugger example


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: I69b1f82083029dbf04bb040779efb3d0a7f145eb
parent f4cd4a63
No related branches found
No related tags found
No related merge requests found
...@@ -523,7 +523,7 @@ dcont ...@@ -523,7 +523,7 @@ dcont
Batch file for the automatic breakpoint for error verdicts (error.bat): Batch file for the automatic breakpoint for error verdicts (error.bat):
[source] [source]
---- ----
dprintss dprintcalls
dlistvar local v_* dlistvar local v_*
dprintvar $ dprintvar $
dcont dcont
...@@ -574,7 +574,7 @@ demo.ttcn:40: Dynamic test case error: Matching with an uninitialized/unsupporte ...@@ -574,7 +574,7 @@ demo.ttcn:40: Dynamic test case error: Matching with an uninitialized/unsupporte
[yellow-background]#Automatic breakpoint (error verdict) reached at line 40 in module 'demo'. [yellow-background]#Automatic breakpoint (error verdict) reached at line 40 in module 'demo'.
Test execution halted. Test execution halted.
Executing batch file 'error.bat'.# Executing batch file 'error.bat'.#
[aqua-background]#dprintss# [aqua-background]#dprintcalls#
[yellow-background]#[testcase] started tc_demo() [yellow-background]#[testcase] started tc_demo()
[function] started f_fact([in] n := 4) [function] started f_fact([in] n := 4)
[function] started f_fact([in] n := 3) [function] started f_fact([in] n := 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment