From 96b9e2df19cdc44b5612b54985b8b71e5f0c124f Mon Sep 17 00:00:00 2001 From: Botond Baranyi <botond.baranyi@ericsson.com> Date: Thu, 16 Jul 2020 17:13:50 +0200 Subject: [PATCH] refguide: fixed invalid command name in debugger example Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I69b1f82083029dbf04bb040779efb3d0a7f145eb --- usrguide/referenceguide/11-the_ttcn-3_debugger.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usrguide/referenceguide/11-the_ttcn-3_debugger.adoc b/usrguide/referenceguide/11-the_ttcn-3_debugger.adoc index b45bdf293..dadd81c25 100644 --- a/usrguide/referenceguide/11-the_ttcn-3_debugger.adoc +++ b/usrguide/referenceguide/11-the_ttcn-3_debugger.adoc @@ -523,7 +523,7 @@ dcont Batch file for the automatic breakpoint for error verdicts (error.bat): [source] ---- -dprintss +dprintcalls dlistvar local v_* dprintvar $ dcont @@ -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'. Test execution halted. Executing batch file 'error.bat'.# -[aqua-background]#dprintss# +[aqua-background]#dprintcalls# [yellow-background]#[testcase] started tc_demo() [function] started f_fact([in] n := 4) [function] started f_fact([in] n := 3) -- GitLab