Introduced debugTool configuration object (as a replacement for the single debugToolName parameter)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"environments": {
|
||||
"default": {
|
||||
"debugToolName": "atmel-ice",
|
||||
"debugTool": {
|
||||
"name": "atmel-ice",
|
||||
"releasePostDebugSession": true
|
||||
},
|
||||
|
||||
"target": {
|
||||
"name": "avr8",
|
||||
@@ -19,4 +22,4 @@
|
||||
"insight": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user