Debugging

jdb

HolonJ has no low level debug functions. Use the Java debugger jdb.

However, Java class files are heavily checked by the class loader of the java interpreter. If an application is loaded into the java interpreter without errors, you can be pretty sure that it runs.

Verification

The class loader verifies that

Design

The problem is to create applications that are accepted by the interpreter. It helps to: 




1998-2013 Wolf Wejgaard