Rust Gutter Breakpoints for Android Studio
November 29, 2025 · View on GitHub
Enables setting Rust breakpoints in Android Studio by hooking in to the existing C/C++ breakpoint support.
With this plugin you can toggle breakpoints in Rust code by clicking the gutter or by using your toggle breakpoint keyboard shortcut.
Installation
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Rust Gutter Breakpoints" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.