-
Notifications
You must be signed in to change notification settings - Fork 23
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]: Console Ninja breaks debug console #296
Comments
@Danny220 We have tried to reproduce the issue, but it's working for us as expected in the latest NG generated app: Also works as expected in a simple button click handler: Can you please share a sample repo where the issue can be reproduced? You can also try to restart Ninja to see if it helps. As a workaround, you may also just pause Ninja (with VS Code Ninja |
It's very confusing for me too, because it's not happening everytime, but pretty often. Unfortunately I can not share a sample repo as the project where it happens is of my job's and it's not open source. |
We have tried |
I'm very sorry for the late response. Here you go |
Thanks for providing the trace log. Unfortunately it doesn't provide any information to help identify why it's not working for you. I understand that you can't share your current project, but we will require a sample project to investigate further. We'd suggest taking your public dependency and configuration from your current project and see if you can reproduce the problem in a new code base. I expect you would be able to reproduce the problem if you take this approach. |
What happened?
I was expecting to debug my angular application in chrome normally, but the only source showen was a random file containing "globalThis._console_ninja" that prevented me to view the original source
Version
1.0.316
CLI command to start your dev tool
nx run-many --target=serve --configuration=local
Steps to reproduce (or sample repo)
Log output
The text was updated successfully, but these errors were encountered: