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

Form object properties are unavailible in debugger #28

Open
altsoft opened this issue Jun 17, 2015 · 1 comment
Open

Form object properties are unavailible in debugger #28

altsoft opened this issue Jun 17, 2015 · 1 comment
Assignees

Comments

@altsoft
Copy link
Contributor

altsoft commented Jun 17, 2015

Steps to reproduce:

  1. Create a form.
  2. Add a button to the form.
  3. Set a break point to the button's click handler.
  4. Debug the application as Java application. Click on the button.
  5. Try to expand form's object properties in the Variables view.

Result: some looking meaningless properties of the form's object observed.
Expected: JS properties like form's widgets should be available.

@marat-gainullin marat-gainullin self-assigned this Sep 7, 2015
@marat-gainullin
Copy link
Owner

marat-gainullin commented Mar 9, 2016

Such a bad stuff with Java8 closures variables debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants