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

[Bug] debug render process fail #419

Open
androidminds opened this issue Aug 12, 2023 · 0 comments
Open

[Bug] debug render process fail #419

androidminds opened this issue Aug 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@androidminds
Copy link

step:

  1. clone and install the project
  2. open with vscode
  3. add a breakpoint at some line of the index.ts (main process)
  4. start debugging
  5. vs code stop at the breakpoint and everthing looks normal
    but:
  6. add a new function in the HelloWorld.vue, binding it with a button's click event
  7. add a breakpoint in this function and start debugging
  8. click the button, and program will stop at the breakpoint. But you can not execute 'single step' or 'watch variables'.
@androidminds androidminds added the bug Something isn't working label Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant