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.

Reality V15.2 Online Documentation (MoTW) Revision 3

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.2Revision 3Comment on this topic