forked from Archive/PX4-Autopilot
vscode: use lockstep
This changes the VSCode debugging to use lockstep. For lockstep, the rate needs to be 250 Hz.
This commit is contained in:
parent
e1671571c8
commit
1cee945a22
|
@ -10,7 +10,8 @@
|
|||
"isBackground": true,
|
||||
"args": [
|
||||
"-r",
|
||||
"500"
|
||||
"250",
|
||||
"-l"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}"
|
||||
|
|
Loading…
Reference in New Issue