We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cbf2c commit 06b904fCopy full SHA for 06b904f
src/extension.ts
@@ -1973,8 +1973,8 @@ class CortexDebugConfigProvider implements vscode.DebugConfigurationProvider {
1973
dbgCfg['executable'] = prj.getExecutablePathWithoutSuffix() + '.elf';
1974
dbgCfg['runToEntryPoint'] = 'main';
1975
dbgCfg['liveWatch'] = {
1976
- 'enable': true,
1977
- 'samplesPerSecond': 5
+ 'enabled': true,
+ 'samplesPerSecond': 4
1978
};
1979
1980
const device = prj.GetPackManager().getCurrentDevInfo();
0 commit comments