Skip to content

Commit 1bee537

Browse files
authored
🧑‍💻 Add sim launch example for Windows (#26456)
1 parent ded942a commit 1bee537

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

buildroot/share/PlatformIO/debugging/launch.json

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
//"program": "${workspaceRoot}/.pio/build/simulator_windows/MarlinSimulator",
4646
//"targetArchitecture": "arm64",
4747
"MIMode": "lldb"
48+
},
49+
{
50+
"name": "Launch Sim (Windows gdb)",
51+
"request": "launch",
52+
"type": "cppdbg",
53+
"cwd": "${workspaceRoot}",
54+
"program": "${workspaceRoot}/.pio/build/simulator_windows/debug/MarlinSimulator.exe",
55+
"MIMode": "gdb",
56+
"miDebuggerPath": "C:/msys64/mingw64/bin/gdb.exe"
4857
}
4958
]
5059
}

0 commit comments

Comments
 (0)