Cesium consol output

1. A concise explanation of the problem you’re experiencing.

Where do I find the conole output from js in cesium

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

console.log(“Hello”);

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

For debuge

4. The Cesium version you’re using, your operating system and browser.

cesium@1.66.0 on win10

You’ll see it in your browser console. If you’re using Chrome, here are instructions on finding it:

https://developers.google.com/web/tools/chrome-devtools/console

In Sandcastle it also appears in the console tab in the bottom left:

https://sandcastle.cesium.com/index.html?

thank you very much, just what i needed