-
-
Notifications
You must be signed in to change notification settings - Fork 197
Debugger not getting attached to the tns run/emulate
command
#923
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
Hi @anshulguleria,
|
@Fatme Thanks. Updating to new version does fixes some problems. There is one more thing the default browser dosen't gets triggered when Also
|
@anshulguleria currently {N} CLI tries to open |
Hi,
I am using
tns --version
=1.2.4
As it is documented here: https://docs.nativescript.org/runtimes/ios/debug/Debug
I was using the
--debug-brk
for emulator.tns emulate android --debug-brk
but no browser(default) was getting triggered with debugger port.Alternatively,
I ran
tns emulate android --justlaunch
and thentns debug android --start --log trace
in the end of logs, I was able to get the port number. But when I opened the url: http://localhost:8080/debug?port=<<port_no>> There were no source files.Also when I ran
tns debug android --getPort
It returns port number as 0(for error). Don't know why this is happening.Log output for
tns debug android --start --log trace
:Environment:
ubuntu 15.04 64 bit.
Default browser: Firefox
I don't have chrome browser but i have chromium browser.
The text was updated successfully, but these errors were encountered: