Skip to content

Commit

Permalink
Update natvis code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Feb 1, 2025
1 parent df955a1 commit cfc662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/js/components/pages/info/pane-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const natvisXml = computed(() => {
let symbol = r.fields.values[1].value;
let native_symbol = symbol.replaceAll(".", "::");
xml += `<If Condition='!strcmp(Symbol, "${symbol}")'><Item Name="{IdStr,s8b}">*(${native_symbol}*)Ptr</Item><Exec>Found = true</Exec></If>\n`;
xml += `<If Condition='!strcmp(Symbol, "${symbol}")'><Item Name="{IdStr,s8b}">(${native_symbol}*)Ptr</Item><Exec>Found = true</Exec></If>\n`;
}
return xml;
Expand Down

0 comments on commit cfc662c

Please sign in to comment.