Fix the debugger not being able to show TCHAR *
This commit is contained in:
@@ -229,6 +229,13 @@ WORKSPACE["settings"]["files.watcherExclude"] = {
|
||||
f'{UNREALENGINE}/Templates/**' : True
|
||||
}
|
||||
|
||||
#
|
||||
# Tell the LLDB plugin not to dereference pointers. This is dumb behavior,
|
||||
# it dereferences "char *" and shows only the first character. Not dereferencing
|
||||
# the pointer shows the whole string.
|
||||
#
|
||||
WORKSPACE["settings"]["lldb.dereferencePointers"] = false
|
||||
|
||||
#
|
||||
# Write Integration.code-workspace.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user