Skip to content

Commit 9978e54

Browse files
committed
Update .natvis messaging with showDisplayString
1 parent 64b3984 commit 9978e54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

launch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Set or change the following options to control VS Code's behavior during debuggi
2929
* **traceResponse**: Optional flag to determine whether diagnostic adapter command and response tracing should be logged to the Debug Console. Defaults to false.
3030

3131
**visualizerFile**: .natvis file to be used when debugging. See [Natvis syntax reference](http://aka.ms/natvis#Anchor_8) for information on how to create natvis files.
32+
**showDisplayString**: When a visualizerFile is specified, showDisplayString will enable the display string. Turning this option on can cause slower performance during debugging.
3233

3334
**Example:**
3435

@@ -44,7 +45,8 @@ Set or change the following options to control VS Code's behavior during debuggi
4445
"moduleLoad": false,
4546
"trace": true
4647
},
47-
"visualizerFile": "${workspaceRoot}/my.natvis"
48+
"visualizerFile": "${workspaceRoot}/my.natvis",
49+
"showDisplayString": "true"
4850
}
4951
```
5052

0 commit comments

Comments
 (0)