DataBasic Reference > DataBasic Exception Handler > Pass Exception to DataBasic Debugger - EDEBUG

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

EDEBUG Statement (dbasic_exception_hndlr_edebug.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

EDEBUG Statement

The DataBasic EDEBUG statement will pass the last exception to the DataBasic debugger, generating a fatal B67 error.

Syntax

EDEBUG

Operation

The statement passes on the current exception number and message after appending the exception code level information and converting all system delimiters to their printable equivalents.

If no exception has been generated, EDEBUG will enter the DataBasic debugger with a zero exception number, a null exception message and null return stack information.

Example

[B67] Exception redirected to Debugger by user.

Exception number = '10061'.

Exception message = '[40015] Failed to connect to JAVA language server at

localhost:3090_^T DBO 3'.

Line : 43

Program : WORK BP £DBO

Compiled on : 07 Jun 13 at 12:20

Source : BP DBO

Last updated : 07 Jun 13

Run Emulation : Reality v15.1

Compiler version : Data/Basic pre 15.1 Version 10.0

A DBO 43

*

In the above example:

See Also

DataBasic Exception Handler

RealityV15.1 (MoTW) Revision 7Comment on this topic