|
NAMEAG_GuiDebugger —
agar GUI debugging tool
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> DESCRIPTIONThe Agar GUI debugger is available when the Agar library is compiled with the ‘--enable-debug’ option. The GUI debugger allows the tree of windows and widgets to be inspected in extensive detail.INTERFACEAG_Window *AG_GuiDebugger (void);
The SEE ALSOAG_Intro(3), AG_Widget(3), AG_Window(3)HISTORYTheAG_GuiDebugger tool first appeared in Agar 1.3.4.
Visit the GSP FreeBSD Man Page Interface. |