Debugger - Stage 3 (artf511247)
[deliverable/titan.core.git] / core / config_process.l
index 3e111129da3eee89f2c08f5c5eafabf3d200f721..a0396e971df43aabccb45920e189158761201dbf 100644 (file)
@@ -173,7 +173,7 @@ TTCNSTRINGPARSING_COMPONENT "$#&&&(#TTCNSTRINGPARSING_COMPONENT$#&&^#% "
 {LINECOMMENT}  current_line++;
 
 {TTCNSTRINGPARSING} {
-  if (Ttcn_String_Parsing::happening()) {
+  if (Ttcn_String_Parsing::happening() || Debugger_Value_Parsing::happening()) {
     BEGIN(SC_MODULE_PARAMETERS);
     return TtcnStringParsingKeyword;
   } else {
This page took 0.043566 seconds and 5 git commands to generate.