Unable to debug a Gradle + Dropwizard Project from IntelliJ IDEA

jdrm

I am currently unable to debug an application that uses gradle + dropwizard from IntelliJ IDEA

I imported the project using the JetGradle plugin and I am launching the "run" task in debug mode from the plugin itself.

I am using this sample project:

https://github.com/quad/dropwizard-gradle

The project actually runs but the breakpoints are never hit.

Anything I may be missing that prevents me from debugging this simple app from IntelliJ ?

Peter Niederwieser

There could be many reasons why the debugger isn't stopping at a breakpoint, and from your description it's unclear if the problem is related to (Jet)Gradle. That said, the JetGradle plugin in IDEA 12 is very limited, and I recommend to use Gradle's idea plugin instead. Alternatively, try an early access preview of IDEA 13, which has a much improved Gradle integration.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Exclude folders from Gradle project in IntelliJ IDEA

From Dev

How to debug specific build variant of Android Gradle project in IntelliJ IDEA?

From Dev

Open Gradle project in IntelliJ IDEA, set encoding

From Dev

Gradle Java debugging project in IntelliJ IDEA

From Dev

Open Gradle project in IntelliJ IDEA, set encoding

From Dev

Stop debug mode in IntelliJ IDEA when using Gradle

From Dev

Gradle daemon not reused when running in debug mode (in IntelliJ IDEA)

From Dev

How to pass arguments to Gradle from IntelliJ IDEA

From Dev

How to pass arguments to Gradle from IntelliJ IDEA

From Dev

Gradle unable to resolve Dropwizard 1.2.0

From Dev

How to clone a project from Bitbucket into Intellij IDEA?

From Dev

Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

From Dev

How to use an existing Gradle project in IntelliJ IDEA 13/14

From Dev

How to add external module to a gradle project in Intellij IDEA 14?

From Dev

How does one enable Infinitest on a gradle project in IntelliJ IDEA 15?

From Dev

Installing Google or-tools with gradle project on Windows 10 (Intellij IDEA)

From Dev

Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

From Dev

IntelliJ execute gradle test from root project

From Dev

Intellij IDEA and Gradle projects

From Dev

How to debug the AppEngine local server from IDEA+Gradle?

From Dev

Unable to run IntelliJ project with MySQL and Gradle under WildFly

From Java

Renaming a project in IntelliJ IDEA

From Dev

Renaming a project in IntelliJ IDEA

From Dev

"intellij idea" debug static class

From Dev

"intellij idea" debug static class

From Dev

Gradle dependencies in Idea project

From Dev

Gradle dependencies in Idea project

From Dev

Java project with Gradle in IntelliJ IDEA: cannot resolve symbol 'google' but project compiles

From Dev

Unable to run junit-5 test cases from intellij idea

Related Related

  1. 1

    Exclude folders from Gradle project in IntelliJ IDEA

  2. 2

    How to debug specific build variant of Android Gradle project in IntelliJ IDEA?

  3. 3

    Open Gradle project in IntelliJ IDEA, set encoding

  4. 4

    Gradle Java debugging project in IntelliJ IDEA

  5. 5

    Open Gradle project in IntelliJ IDEA, set encoding

  6. 6

    Stop debug mode in IntelliJ IDEA when using Gradle

  7. 7

    Gradle daemon not reused when running in debug mode (in IntelliJ IDEA)

  8. 8

    How to pass arguments to Gradle from IntelliJ IDEA

  9. 9

    How to pass arguments to Gradle from IntelliJ IDEA

  10. 10

    Gradle unable to resolve Dropwizard 1.2.0

  11. 11

    How to clone a project from Bitbucket into Intellij IDEA?

  12. 12

    Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

  13. 13

    How to use an existing Gradle project in IntelliJ IDEA 13/14

  14. 14

    How to add external module to a gradle project in Intellij IDEA 14?

  15. 15

    How does one enable Infinitest on a gradle project in IntelliJ IDEA 15?

  16. 16

    Installing Google or-tools with gradle project on Windows 10 (Intellij IDEA)

  17. 17

    Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

  18. 18

    IntelliJ execute gradle test from root project

  19. 19

    Intellij IDEA and Gradle projects

  20. 20

    How to debug the AppEngine local server from IDEA+Gradle?

  21. 21

    Unable to run IntelliJ project with MySQL and Gradle under WildFly

  22. 22

    Renaming a project in IntelliJ IDEA

  23. 23

    Renaming a project in IntelliJ IDEA

  24. 24

    "intellij idea" debug static class

  25. 25

    "intellij idea" debug static class

  26. 26

    Gradle dependencies in Idea project

  27. 27

    Gradle dependencies in Idea project

  28. 28

    Java project with Gradle in IntelliJ IDEA: cannot resolve symbol 'google' but project compiles

  29. 29

    Unable to run junit-5 test cases from intellij idea

HotTag

Archive