MGED CMD debugbu

From BRL-CAD


debugbu[edit]

Syntax[edit]

debugbu [hex_code]


Argument(s)[edit]

hex_code
Setting for debug flag.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "debugbu" command allows the user to set or check the debug flags used by libbu. With no arguments, the debugbu command displays all the possible settings for the bu_debug flag and the current value. When a hex_code is supplied, that value is used as the new value for bu_debug. Similar debug commands for other BRL-CAD libraries are debuglib for librt and debugnmg for the NMG portion of librt.


Example(s)[edit]

mged> debugbu 2
Set bu_debug to <MEM_CHECK>.


See Also[edit]

debugbu
debugdir
debuglib
debugmem
debugnmg

Page Generated by David Loman on: 10/11/2007 at: 12:23:43 PM