intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

Services Window Dev Mode

Open jsantaelena opened this issue 1 year ago • 3 comments

Quarkus Tools also works quite differently in debug mode. Without the Quarkus Tools plugin when you launchs the application from the services window you get debug and console at the same window, which is more productive than having to switch from services to debug windows while you advance with debug steps.

jsantaelena avatar Jan 02 '24 13:01 jsantaelena

Without the Quarkus Tools plugin when you launchs the application from the services window you get debug and console at the same window

I think you are using IJ Ultimate, right?

angelozerr avatar Jan 02 '24 13:01 angelozerr

Our Quarkus Run configuration create in a memory a Maven / Gradle run configuration and after that it is IJ himself which manages console.

You can notice that if you create a Gradle run configuration and you add it in the Services View.

I don't know if we can control that.

angelozerr avatar Jan 02 '24 14:01 angelozerr

That's right

El mar, 2 de ene de 2024, 7:54 a. m., Angelo @.***> escribió:

Without the Quarkus Tools plugin when you launchs the application from the services window you get debug and console at the same window

I think you are using IJ Ultimate, right?

— Reply to this email directly, view it on GitHub https://github.com/redhat-developer/intellij-quarkus/issues/1303#issuecomment-1874054300, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6MCKPYSFUQSFC4BK3HCVS3YMQGQPAVCNFSM6AAAAABBKA6BRCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZUGA2TIMZQGA . You are receiving this because you authored the thread.Message ID: @.***>

jsantaelena avatar Jan 02 '24 15:01 jsantaelena