Article
· Sep 19, 2024 1m read

How to get the current line of code that's being executed

InterSystems FAQ rubric

The location of the currently executing code can be obtained using the $STACK function: $STACK($STACK,"PLACE").

Please refer to the following document for sample code.

How to get the location of the currently executing code [IRIS]
How to get the location of the currently executing code

Discussion (0)1
Log in or sign up to continue