BDB
---

A later version downloaded from BeBits.  The description:

The BeOS Debugger, current experimental version

The definitive source-level debugger that's included with BeOS.

Since bdb is sometimes launched by MIME type and not by PATH, it is important to make sure that there is one and only one copy of bdb on your entire system. You can use this command to find copies of the bdb executable on any disk:

query -a name=bdb | xargs ls -ld

Make sure that you delete any old versions when installing this new one.
As always, read the Read.Me.First file included in the archive for handy usage tips.  This software is experimental, but we hope you enjoy it.

New support for language features: 

Bitfields 
Virtual inheritance 
Stepping into inline functions 
And more... 

Also provides the necessary header files for you to write your own data-display addons. The source code for the DisplayBitmap and DumpMessage addons are included to get you started.
