MGED CMD debugbu

From BRL-CAD
Revision as of 07:32, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =debugbu= __TOC__ ==Syntax== :debugbu [hex_code] ==Argument(s)== : '''hex_code''' :: Setting for debug flag. ==Return Value(s)== : No Return Values for this command...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


debugbu

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

debugbu
debugdir
debuglib
debugmem
debugnmg

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