Closed lucaswerkmeister closed 10 years ago
I hope this is the right repository? I’m just guessing
This belongs in the ceylon-eclipse-ide issue tracker actually. Because it's the IDE that decides to turn on the most verbose logging when Debug mode is used. While in fact that should be a separate option.
Yep, ceylon/ceylon-ide-eclipse#735. Sorry!
Ah I see you already found it yourself :)
Yeah, I just didn’t think to look in that repo before.
When running the following simple program in debug mode in the IDE...
... you get over two thousand (2365) lines of debug output like
That’s all probably valuable information to you, but it makes the console completely unusable for users. If I step into or over any instruction, that might trigger more debug messages, flushing everything valuable that my program might have printed earlier.
(I hope this is the right repository? I’m just guessing)