© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms

Added a new option to search for variables within the stack level
Intersystems IRIS error stack viewer
A web application to view, analyze, and trace application errors along with their full call stack and runtime variables.
The Home page lists all captured errors with the following details:
🔴 Shows total number of captured errors (e.g.,
82 Errors)
http://Server:[port]/cspapplication/Erralyzer.UI.Home.cls
http://localhost:52773/csp/user/Erralyzer.UI.Home.cls
When clicking on an error row, you’re taken to the Stack Trace Viewer, which shows:
🟢 A success message like
Showing stack trace for 1confirms the error ID currently being inspected.
Search variables
Clone the repository:
git clone https://github.com/AshokThangavel/Erralyzer.git
Navigate to the project directory:
cd Erralyzer
Run the docker compose file:
docker compose -f docker-compose.yml up -d --build