Added Size metadata. Fixing read method.

This commit is contained in:
AB
2020-04-18 04:39:06 +03:00
parent c97dfbd507
commit 2f02dd80dc
3 changed files with 43 additions and 29 deletions

View File

@ -1,5 +1,5 @@
{
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "always",
"lldb.showDisassembly": "never",
"lldb.dereferencePointers": true
}