[
https://issues.redhat.com/browse/JBIDE-27264?page=com.atlassian.jira.plug...
]
Zbyněk Červinka edited comment on JBIDE-27264 at 5/17/20 5:48 AM:
------------------------------------------------------------------
h2. Update on this issue:
According to and advice from Jeff Maury, I am finally able to debug - project is
maintained by gradle, so it is required to use the Gradle window in the IntelliJ Idea. In
the Gradle window it is required to search the runIde task and run/debug it. I have
extended the Description of this is JIRA - now there is available full steps to start
debugging the Quarkus Tools plugin.
was (Author: zcervink):
h2. Update on this issue:
According to and advice from Jeff Maury, I am finally able to debug - project is
maintained by gradle, so it is required to use the Gradle window in the IntelliJ Idea. In
the Gradle window it is required to search the runIde task and run/debug it.
Dubug quarkus plugin, study the code base
-----------------------------------------
Key: JBIDE-27264
URL:
https://issues.redhat.com/browse/JBIDE-27264
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: qa
Affects Versions: 4.16.0.AM1
Reporter: Zbyněk Červinka
Assignee: Zbyněk Červinka
Priority: Major
Fix For: 4.16.0.AM1
Attachments: error.png, exception.png, run_debug_configuration.png
*Steps to start debugging:*
# import the Quarkus Tools plugin source code into the IntelliJ Idea
# open the Gradle window in the IntelliJ Idea (View->Tool Windows->Gradle)
# in the Gradle window search for the *runIde* task->context menu->Debug (path to
the the *runIde* task - intellij-quarkus->Tasks->intellij->runIde)
*Here are study materials:*
*
https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/runnin...
*
https://www.jetbrains.org/intellij/sdk/docs/basics/ide_development_instan...
*
https://www.jetbrains.com/help/idea/run-debug-configuration.html
*
https://www.jetbrains.com/help/idea/run-debug-configuration-plugin.html
--
This message was sent by Atlassian Jira
(v7.13.8#713008)