mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Watch lock fixes, add watch pointee/pointer address
This commit is contained in:
parent
d990e3afea
commit
eccfabbad2
9 changed files with 214 additions and 55 deletions
|
@ -4137,7 +4137,7 @@ void CeDebugger::HandleCustomExpandedItems(String& retVal, DebugVisualizerEntry*
|
|||
if (!valueType->IsPointer())
|
||||
ptrType = ceModule->CreatePointerType(valueType);
|
||||
evalStr = StrFormat("(comptype(%d)", ptrType->mTypeId);
|
||||
evalStr += ")0x{1}";;
|
||||
evalStr += ")0x{1}";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue