Search code examples
javascripthtmlcloud9-ideconsole.log

How to view javascript console in Cloud9


Right now I'm using a Chromebook that does not allow me to "inspect element" on a webpage.

I would like to be able to view the javascript console log from within Cloud9.

Cloud9 seems to be able to "preview" a webpage, but it doesn't seem to have the option to view the console log from that webpage.

I feel like I should be able to do this with the debugger, but it may be impossible.

A way to do this (or verification that it is impossible) would be appreciated.


Solution

  • Javascript console log is not possible in the "client" in Cloud9.

    Inspecting a single element on Chromebook is possible. If you want to highlight a single element, "right click" the element and select "Inspect element" from the menu.

    Source: https://answers.yahoo.com/question/index?qid=20140314102249AA5VbJJ