Skip to main content

Debugging

Debug programs.

Available Tools

Studio debugger

Enables you to step through the execution of programs running on a Caché server. Programs that can be debugged include INT files, BAS files, MAC files, methods within CLS files, CSP classes responding to HTTP requests, server-side methods invoked from Java or ActiveX clients, or server-hosted applications. See “Using the Studio Debugger” in Using Studio.

Availability: All namespaces.

Debugging routines

Enable you to obtain information about the state of the process and examine errors. InterSystems provides the ^%STACK routine and other routines. These are described in Using Caché ObjectScript.

Availability: All namespaces.

See Also

FeedbackOpens in a new tab