{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
// Note: Properties here can override MPLAB project settings
"name": "Debug",
"type": "mplab-core-da",
"request": "launch",
"project": "My_Project",
"configuration": "default",
"stopOnEntry": true,
},
{
"name": "Program",
"type": "mplab-core-da",
"request": "launch",
"noDebug": true,
"project": "My_Project",
"configuration": "debug",
}
]
}
留言
張貼留言