Monkey's Print command to output window
Monkey Archive Forums/Monkey Discussion/Monkey's Print command to output window
| ||
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? |
| ||
Use the GLFW target or any other target that supports a output/input streams. |
| ||
* 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.... ??? |
| ||
Yes, XNA logs to the console. |
| ||
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. |