| Index: src/debug/debug.js
|
| diff --git a/src/debug/debug.js b/src/debug/debug.js
|
| index b79d691876ef17231639c9614235e2fb0cac3bd9..8031763a13909b6f693720a2df8182c1a92548a5 100644
|
| --- a/src/debug/debug.js
|
| +++ b/src/debug/debug.js
|
| @@ -43,9 +43,11 @@ var sourceLineBeginningSkip = /^(?:\s*(?:\/\*.*?\*\/)*)*/;
|
| // from the API include file debug.h.
|
| Debug.DebugEvent = { Break: 1,
|
| Exception: 2,
|
| - AfterCompile: 3,
|
| - CompileError: 4,
|
| - AsyncTaskEvent: 5 };
|
| + NewFunction: 3,
|
| + BeforeCompile: 4,
|
| + AfterCompile: 5,
|
| + CompileError: 6,
|
| + AsyncTaskEvent: 7 };
|
|
|
| // Types of exceptions that can be broken upon.
|
| Debug.ExceptionBreak = { Caught : 0,
|
|
|