Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Marus/cortex-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Sep 6, 2023
2 parents 6a1af25 + 85cf679 commit 439e41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2785,7 +2785,7 @@ export class GDBDebugSession extends LoggingDebugSession {

for (const displayName of staticNames) {
const exprName = `'${file}'::${displayName}`;
const varObjName = this.createStaticVarName(fHash, exprName);
const varObjName = this.createStaticVarName(fHash, displayName);
const tmp = await this.updateOrCreateVariable(displayName, exprName, varObjName, args.variablesReference, threadId, frameId, true);
statics.push(tmp);
}
Expand Down

0 comments on commit 439e41d

Please sign in to comment.