nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

VS Code debugger not working in iOS #84

Closed alexrainman closed 7 years ago

alexrainman commented 8 years ago

Debugger stops after "app.js" and app "launchscreen" then nothing happens.

It works from terminal.

System configuration: NativeScript 2.3.0, OS X 10.12 Sierra, iOS 10

ivanbuhov commented 8 years ago

@alexrainman It seems your problem is related to https://github.com/NativeScript/ios-runtime/issues/655. The issue is related to nativescript-core-modules and there is a fix merged in the master branch of the modules. Updating to @next version of the nativescript-core-modules package should fix the issue. You can read more here on how to use the latest bits.

pkoleva commented 7 years ago

Closing the issue due to lack of response. If you encounter it again reopen it, open a new one or comment with detailed steps to reproduce.