Search code examples
javascriptscreeps

Screeps: write debug output to console?


Is there a way of getting screeps code to print strings to the console (or anywhere really) for simple debugging purposes?


Solution

  • You can use standard console.log method for that.