-
Notifications
You must be signed in to change notification settings - Fork 268
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
"Attach to packager" looking for wrong debuggerWorker.js #947
Comments
Hi @JamesPerlman . Could you please fill all the information as noted in our issue template? It will help to better understand the situation from our side. |
Actual Behavior
Expected Behavior
Software versions
Outputs (Include if relevant)
Thanks for your help! |
BTW here's my
|
Hi @JamesPerlman . Thanks for details, I was able to reproduce this behaviour and I'm working on a fix now. |
Hi @JamesPerlman we just released 0.9.1. In this version we added debug configuration parameter |
I'm using
[email protected]
withvscode-react-native
version 0.9.0 and when I try to attach to packager I'm seeing this in my packager output:GET /debugger-ui/debuggerWorker.js 404 168 - 0.275 ms
It's because the
debuggerWorker.js
is not located inside thedebugger-ui
directory. It's at the root directory. I can successfulyGET /debuggerWorker.js
from Postman or Chrome.Is there a way to easily change the config on my end to point to the correct
debuggerWorker.js
?The text was updated successfully, but these errors were encountered: