debugger: added function breakpoints and added a setting for handling function call...
[deliverable/titan.core.git] / core / Runtime.cc
index 164bc858a02f08c2f70c8468e7684e0c0d91968a..19b053b7e7c4890f266607414ed16e48ab5ab417 100644 (file)
@@ -535,7 +535,7 @@ int TTCN_Runtime::ptc_main()
     }
     if (ret_val == EXIT_SUCCESS) {
       if (ttcn3_debugger.is_activated()) {
-        ttcn3_debugger.open_output_file();
+        ttcn3_debugger.init_PTC_settings();
       }
       try {
         do {
This page took 0.035619 seconds and 5 git commands to generate.