Files
2026-08-25 21:47:54 -04:00

21 lines
882 B
JSON

{
"configurations": [
{
"showDevDebugOutput": "parsed",
"cwd": "${workspaceRoot}",
"executable": "./build/ls1c102_demo.elf",
"name": "Debug LoongArch",
"request": "launch",
"type": "debugger-for-loongarch",
"servertype": "openocd",
"toolchainPrefix":"loongarch32-newlib-elf",
"toolchainPath": "C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/buildtool/la32-tool/bin",
"serverpath": "C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/openocd/openocd.exe",
"device": "ls1c102",
"configFiles": [
"C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/openocd/lalink.cfg",
"C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/openocd/ls1c102.cfg"
]
}
]
}