Skip to content

Commit

Permalink
rm c in default initCmds
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Aug 7, 2024
1 parent afa4a5f commit 1815bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdtDebugAdapter/debugConfProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class CDTDebugConfigurationProvider
"maintenance flush register-cache",
];
if (config.initialBreakpoint) {
config.initCommands.push(`thb ${config.initialBreakpoint.trim()}`, "c");
config.initCommands.push(`thb ${config.initialBreakpoint.trim()}`);
}
}

Expand Down

0 comments on commit 1815bb3

Please sign in to comment.