MGED CMD debugbu
From BRL-CAD
debugbu
Contents
Syntax
- debugbu [hex_code]
Argument(s)
- hex_code
- Setting for debug flag.
Return Value(s)
- No Return Values for this command.
Description
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)
- mged> debugbu 2
- Set bu_debug to <MEM_CHECK>.
See Also
Page Generated by David Loman on: 10/11/2007 at: 12:23:43 PM