I started my (Spring Boot) application with IntelliJ's CPU profiler:
All fine, but now, whenever I start the application (or any Unit test for that matter) without the profiler, IntelliJ's Run tab keeps telling me, that it's running with a profiler:
I'm not sure, if IntelliJ actually does attach a profiler, because the Profile tab is empty. Is this an IntelliJ 2020.3 bug? How can I verify, that no CPU profiler is attached to my process?





