Enable range stepping by default
This commit is contained in:
@@ -14,7 +14,7 @@ environments:
|
|||||||
name: "avr-gdb-rsp"
|
name: "avr-gdb-rsp"
|
||||||
ipAddress: "127.0.0.1"
|
ipAddress: "127.0.0.1"
|
||||||
port: 1442
|
port: 1442
|
||||||
rangeStepping: false
|
rangeStepping: true
|
||||||
|
|
||||||
insight:
|
insight:
|
||||||
activateOnStartup: false
|
activateOnStartup: false
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ namespace DebugServer::Gdb
|
|||||||
*
|
*
|
||||||
* This parameter is optional. If not specified, the default value set here will be used.
|
* This parameter is optional. If not specified, the default value set here will be used.
|
||||||
*/
|
*/
|
||||||
bool rangeStepping = false;
|
bool rangeStepping = true;
|
||||||
|
|
||||||
explicit GdbDebugServerConfig(const DebugServerConfig& debugServerConfig);
|
explicit GdbDebugServerConfig(const DebugServerConfig& debugServerConfig);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user