Results 1 to 3 of 3

Thread: Unable to inspect values in Grails Debugger (GGTS 3.2.0 M2 e3.8)

  1. #1
    Join Date
    Feb 2013
    Posts
    4

    Default Unable to inspect values in Grails Debugger (GGTS 3.2.0 M2 e3.8)

    Hi,

    I try to debug my Grails application but am having some troubles.
    Debugger stops at the breakpoints and I can see the existing variables. But when I try to inspect an expression, I get an error. It's the same when I add watch expressions.
    As far as I tested, it affects every expression, even really simple ones (like '1+1').
    When the expressions is actually executed and assigned to a variable, I can see the correct value just fine.

    Stacktrace:
    http://pastebin.com/QQDxgX26

    System:
    Linux Mint 14
    GGTS 3.2.0 M2 e3.8
    Grails 2.2.0
    Groovy Compiler 2.0.6

    Any suggestions?
    Thanks

    EDIT:
    I found the error. I had no GRAILS_HOME variable set...
    Last edited by moeTi; Feb 8th, 2013 at 03:34 PM.

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    747

    Default

    All working now?
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Feb 2013
    Posts
    4

    Default

    Yep, looking good so far!
    Back in my head I remembered the STS warning at first start up about GRAILS_HOME not being set.

    Sorry to bother you, I really appreciate your fast responses :-)
    Keep up the good work!

Posting Permissions

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