I am looking into Tapiki https://www.takipi.com/product. For every error and exception they add an url. In the url, they show what is the value of every variable at that point of error.
I am guessing that they use JVM snapshots for that purpose. How is it possible to capture JVM snapshot at the time of error and map it to code?