Error

This function will first make a call to Debug::Stop(), then the application will terminate.

Syntax

Parameters

Example

#include "Leadwerks.h"

using namespace Leadwerks;

int main(int argc, const char *argv[])
{
Debug::Error("This is an error!");
}