Enable range stepping by default
This commit is contained in:
@@ -33,7 +33,7 @@ namespace DebugServer::Gdb
|
||||
*
|
||||
* 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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user