Small tweaks to port number extract in GDB RSP debug server.
Also included port and address configuration in template config file
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
},
|
||||
|
||||
"debugServer": {
|
||||
"name": "avr-gdb-rsp"
|
||||
"name": "avr-gdb-rsp",
|
||||
"ipAddress": "127.0.0.1",
|
||||
"port": "1442"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user