Debugging source

I’m trying to debug why my new HemisphereGeometry.js file isn’t generating any geometry.

How can I console.log()? It doesn’t seem to be available in the source core files.

Brent, I’m not sure what you are asking. console.log is a standard browser global that is available everywhere (one caveat is that it doesn’t work in WebWorkers on certain browsers, but I know for certain it does on Chrome)

It was an issue with my IDE not running Ant properly so my debug changes weren’t taking effect. I restarted it and now my logs are working.

That was a real wtf moment lol.

Thanks!

We’ve all been there. Glad you got it working.