LiveSync does not show console logging statements
See original GitHub issueHi 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
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Console.log statements output nothing at all in Jest
Run console.debug('Message here', yourValueHere) inside test function and it should show in the console output when running test script. You can verify if ......
Read more >Real-Time Debugging in Production with Bluemix Live Sync
This article describes how Bluemix Live Sync may help Node.js engineers to troubleshoot bugs in production without redeployment.
Read more >LiveSync Web Console Issue - Commvault Community
Hello, We have installed LiveSync via the Java console, ... we get the following message “CommServe LiveSync package is not installed.
Read more >View log messages in Console on Mac - Apple Support
Use Console on your Mac to view the log messages collected by your computer and connected devices.
Read more >AWS Lambda function logging in Node.js
This page describes how to view Lambda function metrics using Amazon CloudWatch ... You can view logs in the Lambda console, in the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
you can run tns debug ios --watch, which shows the debugger with console logging
@manijak Same here. https://github.com/NativeScript/nativescript-cli/issues/1262 is the open issue to track that.