Skip to content

A class that enables you to create a stack of information for debugging in InterSystems Cache and Ensemble

License

Notifications You must be signed in to change notification settings

rcemper/PR_Debug-Stack

 
 

Repository files navigation

Cache-Debug-Stack

A class that enables you to create a stack of information for debugging in InterSystems Cache and Ensemble

Installation: Import the xml file. It contains an include, the debug stack class and an example.

Docker

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

$ git clone https://github.com/rcemper/PR_Debug-Stack.git

to build and start the container run

$ docker compose up -d && docker compose logs -f

A examples are ready to be used.

To open IRIS Terminal do:

$ docker-compose exec iris iris session iris 
USER>

or using WebTerminal
http://localhost:42773/terminal/

To access IRIS System Management Portal
http://localhost:42773/csp/sys/UtilHome.csp

About

A class that enables you to create a stack of information for debugging in InterSystems Cache and Ensemble

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ObjectScript 97.8%
  • Shell 1.5%
  • Dockerfile 0.7%