-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
LiveSync does not show console logging statements #763
Comments
+1 This is really crucial. Right now you can't do any log statements when using livesync, which kinda defeats the whole purpose of a streamlined development environment. I had to revert to doing full builds again. |
The other thing I'll add is the livesync also hides stack traces. So if you create a syntax error you have no way of knowing what went wrong. |
It is trivial to show device log output for |
If it's trivial to add for Example: Me, I already have a gulpscript watching all files (as I'm doing ES2015 to ES5 transpilation). That watch script can easily fire the |
+1 in the meantime, i've been using another terminal to |
This is still not available? |
+10 |
Hey all, This feature has been finally implemented for all platforms and emulators/simulators in |
Doesn't seem to be working here... I still don't see any console.log items when using livesync on ios with the --watch flag |
you can run tns debug ios --watch, which shows the debugger with console logging |
Hi all,
When I use livesync for development, e.g.
tns livesync [platform] --watch
, I expect my console logging statements to get shown in the same terminal that remains open watching for changes, but currently that's not happening. Could this be supported?Thanks,
TJ
The text was updated successfully, but these errors were encountered: