![]() |
BlitzMax Extended
0.8.18
Pushing Blitz to the Max.
|
A debug declaration containing information about a piece of user code. More...
#include <blitz_debug.h>
Data Fields | |
BBDebugDeclKind | kind |
The kind of the following declaration. | |
const char * | name |
The name of the declared entity. | |
const char * | type_tag |
The type tag of the declared entity. |
A debug declaration containing information about a piece of user code.
This describes a single elment of BlitzMax code, for example a Local variable or the Field of a Type.