diff --git a/src/mmoc/.vscode/launch.json b/src/mmoc/.vscode/launch.json index 51614f5b..8e6e7470 100644 --- a/src/mmoc/.vscode/launch.json +++ b/src/mmoc/.vscode/launch.json @@ -594,6 +594,26 @@ "ignoreFailures": true } ] + }, + + // Use time variable in initialization code + { + "name": "Init Code Time Test model.", + "type": "cppdbg", + "request": "launch", + "program": "${workspaceFolder}/usr/bin/mmoc", + "args": ["-o /home/joaquin/work/qss-solver/build/init_code_time/init_code_time ", "/home/joaquin/work/qss-solver/src/mmoc/tests/system/gt_data/init_code_time/init_code_time.mo"], + "cwd": "${workspaceFolder}/usr/bin/", + "environment": [], + "MIMode": "gdb", + "setupCommands": [ + { + "description": "Enable pretty-printing for gdb", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ] } + ] } \ No newline at end of file