Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-28840

Highlighting the text in green does not keep up with click

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • 4.28.x
    • 4.27.0.AM1
    • quarkus
    • None
    • Hide

      Create Quarkus project -> open src/main/java/org/acme/ExampleResource.java -> add 

      System.out.println("Print 1"); 

      before return -> put breakpoint to this line -> debug quarkus project (Right click -> Debug as -> Quarkus Application -> Debug) -> open "localhost:8080/hello" in browser -> starting debug application -> fast click on f6 (step over) and f8 (resume) -> application works fine, but green highlight still on "return" line -> reload page in browser -> click f6 -> wait 1 second -> click f8 -> no highlight.

       

      Show
      Create Quarkus project -> open src/main/java/org/acme/ExampleResource.java -> add  System .out.println( "Print 1" ); before return -> put breakpoint to this line -> debug quarkus project (Right click -> Debug as -> Quarkus Application -> Debug) -> open "localhost:8080/hello" in browser -> starting debug application -> fast click on f6 (step over) and f8 (resume) -> application works fine, but green highlight still on "return" line -> reload page in browser -> click f6 -> wait 1 second -> click f8 -> no highlight.  
    • ---

    Description

      Fast click on "step over" and "resume" cause an highlighting error. I'm not sure its on JBT side, can discuss in comments.

      Attachments

        Activity

          People

            stephane.bouchet Stephane Bouchet
            olkornii Oleksii Korniienko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: