JetBrains redesigned the IntelliJ Platform debugger architecture in version 2026.1 to support remote development scenarios. The debugger is now split into frontend (UI rendering) and backend (session management) components communicating via RPC. This architectural change deprecates several APIs that directly access debugger UI,

5m read time From blog.jetbrains.com
Post cover image
Table of contents
Why split the debugger?What’s changed?What should I do?Which APIs are affected in Local IDE mode?Which APIs are safe to use in Local IDE mode?Remote Development mode migration steps

Sort: