BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
Data Fields
BBDebugDecl Struct Reference

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.

Detailed Description

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.