1

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.

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

1

Cloud9 debugger works for server side code, it doesn't allow to inspect pages in the browser.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.