Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes Java debugger doesn't highlight current position in decompiled class #5236

Closed
mmorhun opened this issue May 30, 2017 · 3 comments
Closed
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@mmorhun
Copy link
Contributor

mmorhun commented May 30, 2017

Reproduction Steps:

  1. Create a workspace from codenvy/jboss-eap7 image.
  2. Clone sample kitchen sink project: https://github.com/codenvy-templates/redhat-kitchensink-webapp.git
  3. Run JBoss in debug mode, compile and deploy the project.
  4. Open MemberController, and set breakpoints on line:
facesContext.addMessage(null, m);
  1. Connect debugger.
  2. Open the application and register a user.
  3. When the debugger stops on the first breakpoint use step into.

Expected behavior: Current debugger position should be highlighted.
Actual behavior: Partially decompiled class is opened, but no highlight is shown.
screenshot from 2017-05-30 15-18-12

@mmorhun
Copy link
Contributor Author

mmorhun commented May 30, 2017

May be related to #5113

@mmorhun mmorhun added kind/bug Outline of a bug - must adhere to the bug report template. team/enterprise labels May 30, 2017
@vkuznyetsov vkuznyetsov added the status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. label May 30, 2017
@ghost
Copy link

ghost commented Jul 12, 2017

Reproduced in 5.15-SNAPSHOT

@musienko-maxim
Copy link
Contributor

Depended selenium test: DebugExternalClassTest

@tolusha tolusha self-assigned this Jul 24, 2017
@tolusha tolusha added status/in-progress This issue has been taken by an engineer and is under active development. and removed status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. labels Jul 24, 2017
@tolusha tolusha closed this as completed Jul 28, 2017
@tolusha tolusha removed the status/in-progress This issue has been taken by an engineer and is under active development. label Jul 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

4 participants