An IntelliJ Platform plugin for running an existing Java Application configuration with Lewis Omniscient Debugger.
The plugin adds Run with ODB. IntelliJ keeps its normal console and process controls. ODB opens in a separate Swing window. The plugin does not modify the project or saved run configuration.
- Install IntelliJ IDEA build 252 or later and a local JDK 8.
- Download
Lewis-ODB-1.0.0-signed.zipandSHA256SUMSfrom the 1.0.0 release. - Verify the ZIP against
SHA256SUMS. - Open Settings > Plugins, open the settings menu, choose Install Plugin from Disk, and select the ZIP. Restart IntelliJ if prompted.
- Select a local, classpath-based Java Application configuration that uses JDK 8.
- Open the executor menu beside the run widget and choose Run with ODB.
See the IntelliJ plugin guide for configuration, first-run use, and troubleshooting.
- IntelliJ IDEA build 252 or later on macOS, Windows, or Linux
- A local Java Application configuration using JDK 8 and the classpath
- A desktop graphics environment
Version 1 does not support test, Gradle, Maven, remote, compound, Android, WSL, container, JPMS module-path, or target JDK 9 and later configurations. Install version 1 from the GitHub ZIP, not JetBrains Marketplace.
Use JDK 21 to run Gradle.
Build the plugin distribution:
./gradlew buildPluginRun it in a development instance of IntelliJ IDEA:
./gradlew runIdeThe generated plugin ZIP is written under build/distributions/.