Skip to content

Commit

Permalink
Add qt.natvis command & natvis files
Browse files Browse the repository at this point in the history
* Update cppvsdbg template & Add visualizerFile

Change-Id: Iafdda679e38e6ac9e214151a83457550dcbc70f1
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
  • Loading branch information
OrkunTokdemir committed Feb 27, 2024
1 parent 3534726 commit 67d802e
Show file tree
Hide file tree
Showing 5 changed files with 1,606 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"onCommand:cmake.tasksBuildCommand",
"onCommand:qt.kitDirectory",
"onCommand:qt.minGWgdb",
"onCommand:qt.natvis",
"onCommand:qt.natvis5",
"onCommand:qt.natvis6",
"onDebugResolve:cmake",
"onDebugInitialConfigurations",
"onDebugDynamicConfigurations:cmake",
Expand Down Expand Up @@ -147,6 +150,7 @@
"program": "^\"\\${command:cmake.launchTargetPath}\"",
"stopAtEntry": false,
"cwd": "^\"\\${workspaceFolder}\"",
"visualizerFile": "^\"\\${command:qt.natvis}\"",
"windows": {
"environment": [
{
Expand Down
Loading

0 comments on commit 67d802e

Please sign in to comment.