Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 444
bitbutter Avatar asked Nov 21 '14 20:11

bitbutter


1 Answers

You can use standard console.log method for that.

like image 114
artch Avatar answered Sep 27 '22 22:09

artch