eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

[22] Provide run options for implicit classes #402

Open jarthana opened 6 months ago

jarthana commented 6 months ago

With the JEP 463, users are allowed have an implicitly declared type with a candidate main method. The UI should allow to run directly and/or create run configurations for such programs.

SarikaSinha commented 6 months ago

https://openjdk.org/jeps/445 We have not yet implemented a feature in preview state for Debug.