Using the eclipse setup, when I do a print, it will only show up in the console after the runtime is resumed, meaning when stepping through the program and doing print statements, the console shows nothing.
is this a bug? i hope so because i often use the console during debugging and if i can't see output while the app is suspended, it defeats the purpose.