DEBUGBU(nged)

NAME

debugbu - Allows the user to set or check the debug flags used by libbu.

SYNOPSIS

debugbu [hex_code]

DESCRIPTION

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.

EXAMPLES

The first example shows the use of the debugbu command (without an argument) to display all possible settings for the bu_debug flag and the current value. The second example shows the use of the debugbu command with a hex code, which is used as the new value for bu_debug.

Example 1. Display a list of available bu_debug values andthe current value.

mged> debugbu

Lists available bu_debug values and the current value.

Example 2. Set a new value for bu_debug.

mged> debugbu 2

Sets bu_debug to <MEM_CHECK>.

AUTHOR

BRL-CAD Team

This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org