Updated VSCode project files
This commit is contained in:
44
code/.vscode/launch.json
vendored
Normal file
44
code/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
|
||||
//
|
||||
// PIO Unified Debugger
|
||||
//
|
||||
// Documentation: https://docs.platformio.org/page/plus/debugging.html
|
||||
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
|
||||
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug",
|
||||
"executable": "/home/erwin/3axis-design/repositories/projects/laserhead-distance-sensor/code/.pio/build/ATmega328/firmware.elf",
|
||||
"projectEnvName": "ATmega328",
|
||||
"toolchainBinDir": "/home/erwin/.platformio/packages/toolchain-atmelavr/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"preLaunchTask": {
|
||||
"type": "PlatformIO",
|
||||
"task": "Pre-Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (skip Pre-Debug)",
|
||||
"executable": "/home/erwin/3axis-design/repositories/projects/laserhead-distance-sensor/code/.pio/build/ATmega328/firmware.elf",
|
||||
"projectEnvName": "ATmega328",
|
||||
"toolchainBinDir": "/home/erwin/.platformio/packages/toolchain-atmelavr/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
},
|
||||
{
|
||||
"type": "platformio-debug",
|
||||
"request": "launch",
|
||||
"name": "PIO Debug (without uploading)",
|
||||
"executable": "/home/erwin/3axis-design/repositories/projects/laserhead-distance-sensor/code/.pio/build/ATmega328/firmware.elf",
|
||||
"projectEnvName": "ATmega328",
|
||||
"toolchainBinDir": "/home/erwin/.platformio/packages/toolchain-atmelavr/bin",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"loadMode": "manual"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user