Closed res6idue closed 1 year ago
you can use debugger to investigate the error.
build with debug symbol make -C quisp MODE=debug run-unit-test
set the launch.json for code-lldb
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Launch",
"program": "${workspaceFolder}/quisp/run_unit_test",
"args": [],
"cwd": "${workspaceFolder}/quisp"
},
],
}
start debugger
@res6idue I fixed the segmentation faults. Could you check it?
This PR enables to turn off the json logger by passing an omnetpp parameter (The default value is true)
This change is