mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-09-01 06:21:44 -06:00
🧑💻 Add sim launch example for Windows (#26456)
This commit is contained in:
parent
ded942a4e4
commit
1bee537a09
1 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,15 @@
|
||||||
//"program": "${workspaceRoot}/.pio/build/simulator_windows/MarlinSimulator",
|
//"program": "${workspaceRoot}/.pio/build/simulator_windows/MarlinSimulator",
|
||||||
//"targetArchitecture": "arm64",
|
//"targetArchitecture": "arm64",
|
||||||
"MIMode": "lldb"
|
"MIMode": "lldb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Launch Sim (Windows gdb)",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "cppdbg",
|
||||||
|
"cwd": "${workspaceRoot}",
|
||||||
|
"program": "${workspaceRoot}/.pio/build/simulator_windows/debug/MarlinSimulator.exe",
|
||||||
|
"MIMode": "gdb",
|
||||||
|
"miDebuggerPath": "C:/msys64/mingw64/bin/gdb.exe"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue