Results 1 to 4 of 4

Thread: GGTS 3.2.0.M1 - remote debug doesn't stop at groovy controller breakpoints

Threaded View

  1. #1
    Join Date
    Dec 2011
    Posts
    23

    Default GGTS 3.2.0.M1 - remote debug doesn't stop at groovy controller breakpoints

    Hi,

    I am using GGTS 3.2.0.M1 with Grails 2.1.1.

    I am trying to remote debug my application.
    I set breakpoints in a controller but the debugger doesn't break.

    I see that the blue circle with no check mark on it.
    That tells me that the class what not loaded.

    - I checked that the project is a Grails project.
    - I also refreshed the dependencies.

    The .project file contains the groovy nature:

    <natures>
    <nature>org.grails.ide.eclipse.core.nature</nature>
    <nature>org.eclipse.jdt.groovy.core.groovyNature </nature>
    <nature>org.eclipse.wst.common.project.facet.core. nature</nature>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCo reNature</nature>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
    </natures>

    The .classpath file contains the controllers' sources:

    <classpathentry kind="src" path="src/java"/>
    <classpathentry kind="src" path="src/groovy"/>
    <classpathentry kind="src" path="grails-app/conf"/>
    <classpathentry kind="src" path="grails-app/controllers"/>
    <classpathentry kind="src" path="grails-app/domain"/>
    <classpathentry kind="src" path="grails-app/services"/>
    <classpathentry kind="src" path="grails-app/taglib"/>
    <classpathentry kind="src" path="grails-app/utils"/>
    <classpathentry kind="src" path="test/integration"/>
    <classpathentry kind="src" path="test/unit"/>
    ...

    Everything seems to be in sync with the remote version.

    Can someone please advise?

    Thanks,
    Shai
    Last edited by shaiw; Dec 16th, 2012 at 09:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •