Search code examples
javascriptremote-debugging

How to check function call stack of JavaScript app remotely?


Is it possible to check the function call stack when running a JavaScript app remotely? (Not using a browser/Google developer tools). For example, I'd like to check the function call stack of the app run on a TV or a Mobile/Tablet device. I currently use jsconsole.com to look at console logs remotely. Is there a library that I could add to my JavaScript app to monitor the call stack? Thank you


Solution

  • This is not a solution to getting the stack trace of javascript function calls remotely, but I mainly use jsconsole.com. The TV app can include a jsconsole unique id into its' app and the developer can monitor console logs remotely through the jsconsole website.