How to visualize strings in the QtCreator debugger variable window #513
marip8
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
How is this related to the ROS plugin? Isn't this something that has to be fixed in Qt Creator itself? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Often, strings aren't visualized correctly in the Qt debugger variable window by default. This comment on the bug report provides a solution for visualizing them correctly.
Here is the relevant snippet from the report:
Note, the file
qtcreator/debugger/stdtypes.py
is located in the directory where QtCreator was installed, which may or may not be/usr/share
depending on how you installed QtCreatorBeta Was this translation helpful? Give feedback.
All reactions