Testing CapturePoints
Hello!
Is there a way to load some code, add breakpoints and capturepoints, run it, and then inspect the stacktrace? I've been searching the IntelliJ source for capturepoints tests but haven't had any luck.
Thanks.
Please sign in to leave a comment.
Hi, tests are in private repository. You can try simple examples from the settings repo: https://github.com/JetBrains/capture-points
Thank you.