[01:30:15] <CIA-123> anevilyak * r42386 /haiku/trunk/src/apps/debugger/value/value_nodes/BMessageValueNode.cpp: [01:30:15] <CIA-123> BMessageValueNode wasn't taking into account the possibility that type [01:30:15] <CIA-123> information was unavailable, leading to a crash when used without a debug [01:30:15] <CIA-123> libbe being present. [12:13:30] <CIA-123> bonefish * r42387 /haiku/trunk/ (4 files in 4 dirs): [12:13:30] <CIA-123> * Added bool and double BString::operator<<() versions. [12:13:30] <CIA-123> * Removed the clashing operator in JobSetupDlg. Automatic whitespace [12:13:30] <CIA-123> cleanup. [23:48:01] <CIA-123> anevilyak * r42388 /haiku/trunk/src/apps/debugger/value/value_nodes/ (BMessageValueNode.cpp BMessageValueNode.h): [23:48:01] <CIA-123> Detect if the message node is contained in a BMessage field child. If so, [23:48:01] <CIA-123> handle the message in flat format. This gets messages embedded inside other [23:48:01] <CIA-123> messages working.