vscode-qt-tools icon indicating copy to clipboard operation
vscode-qt-tools copied to clipboard

Cannot view content of QString

Open chccc1994 opened this issue 2 years ago • 1 comments

I've setup a qt5.natvis.xml file to see some qt debug info. For QString and QVector it works. However for QString , it doesn't show anything.

os: Window platform

image

chccc1994 avatar Feb 16 '23 03:02 chccc1994

You should set "showDisplayString": true in your launch.json

Kakueeen avatar May 11 '23 09:05 Kakueeen