Monkey's Print command to output window

Monkey Archive Forums/Monkey Discussion/Monkey's Print command to output window

AdamRedwoods(Posted 2011) [#1]
Is there any way to drive monkey's PRINT function to the output window in the IDE? It'd really help for debugging, so i don't have to flip between programs.

Or is there a command I'm missing?


ziggy(Posted 2011) [#2]
Use the GLFW target or any other target that supports a output/input streams.


therevills(Posted 2011) [#3]
* HTML5 logs to the text area on the web page
* Flash logs to the screen
* GLFW logs to the console
* XNA logs to the console (I think...)
* Android (since V39) logs to the Android logs - Use DDMS to view them
* iOS logs to.... ???


ziggy(Posted 2011) [#4]
Yes, XNA logs to the console.


AdamRedwoods(Posted 2011) [#5]
The reason I think all output or debugging output should go to the same window (the ide) is that different targets will sometimes have different errors. It would help to have things more consistent during debugging.