Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-5826

Groovy debugging: extra suspends in java.lang.reflect.Method.invoke()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • groovy - Code
    • None

    Description

      During groovy debugging, debugger sometimes suspends in java.lang.reflect.Method.invoke() during stepping.

      It can be reproduced with a breakpoint inside a cycle like:

          2.upto(4) {
              println "$it"
          }
      

      With a breakpoint on the line with println , next step goes into java.lang.reflect.Method.invoke().

      Attachments

        Activity

          People

            entlicher Martin Entlicher
            entlicher Martin Entlicher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: