-
Notifications
You must be signed in to change notification settings - Fork 32
Mac OS Monterey + IOS Simulator. Debugger isn't attached. #293
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
Comments
I also have this issue on macOS Ventura. It is not possible to debug iOS using Nativescript VS Code Extension. I created a new Angular Nativescript project using the nativescript command Environment:
The console logging:
Contents of
|
Same problem as well. MacOS ventura debugging in vscode doesnt work at all |
VSCode debugging for iOS is still not functional in my environment. Both Any advice or suggestions would be appreciated. Environment:
|
Open in browse debug link from console. |
Same here, not working |
Fixed in |
It works! Thank you, major quality of life improvement. |
Run the app with VS Code "Launch on IOS".
Got the output:
Opened localhost 41000
To start debugging, open the following URL in Chrome:
devtools://devtools/bundled/inspector.html?ws=localhost:41000
Successfully synced application org.nativescript.HelloWorld on device 5918A21E-3828-4893-9EEC-05053567499F.
[NSDebugAdapter] Ready to attach to application on 41000
Debugging is stopped
Open the link in Google Chrome
devtools://devtools/bundled/inspector.html?ws=localhost:41000
Click "Reconnect DevTools" multiple times.
What I've noticed is that interval between reconnections is increased with the next reconnection.
Run the app with VS Code "Launch on IOS".
Debugging is working.
We couldn't reproduce the behavior on mac with Big Sur OS version.
The text was updated successfully, but these errors were encountered: