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:
Nav
2021-04-10 21:56:25 +01:00
parent 77ada4a7e6
commit 138b45f8bd
3 changed files with 12 additions and 6 deletions

View File

@@ -9,7 +9,9 @@
},
"debugServer": {
"name": "avr-gdb-rsp"
"name": "avr-gdb-rsp",
"ipAddress": "127.0.0.1",
"port": "1442"
}
}
},