Nothing, wip.

This commit is contained in:
Martín Lucas Golini
2025-01-24 00:47:55 -03:00
parent 5d12968ba6
commit 4315808074
3 changed files with 38 additions and 2 deletions

View File

@@ -448,6 +448,7 @@ void DebuggerPlugin::loadDAPConfig( const std::string& path, bool updateConfigFi
}
if ( mKeyBindings.empty() ) {
mKeyBindings["debugger-start"] = "mod+f5";
mKeyBindings["debugger-continue-interrupt"] = "f5";
mKeyBindings["debugger-breakpoint-toggle"] = "f9";
mKeyBindings["debugger-breakpoint-enable-toggle"] = "mod+f9";