Debugging

When you debug Quintus Objects programs that were compiled using the obj_decl module, you are tracing the translated version of your code. This includes all method clauses and (some) message sending commands.

QUI's source-level debugger cannot connect compiled Quintus Objects code with the source code. This is similar to the problem of tracing Prolog's DCG grammar rules.