Difference between revisions of "MGED CMD debugbu"
From BRL-CAD
(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...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Debugbu]] |
=debugbu= | =debugbu= |
Latest revision as of 08:33, 18 November 2009
debugbu[edit]
Contents
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]
Page Generated by David Loman on: 10/11/2007 at: 12:23:43 PM