Testing CapturePoints Permanently deleted user 创建于 2017年10月02日 19:02 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.
Hi, tests are in private repository. You can try simple examples from the settings repo: https://github.com/JetBrains/capture-points
Thank you.