BlitzMax Extended  0.8.18
Pushing Blitz to the Max.
Data Fields
BBDebugStm Struct Reference

A debug statement pointing to the location of the error. More...

#include <blitz_debug.h>

Data Fields

const char * source_file
 The source file within the error was found.
BBSize line_num
 The line containing the invalid code.
BBSize char_num
 The character position at which the compiler found an invalid instruction.

Detailed Description

A debug statement pointing to the location of the error.