Well, any help will be welcome.
What about compiling the cb_console_runner yourself, debug through it and tell what's actually causing the delay? Alternatively you can modify the app yourself so that it works. It's a very small application in the end (100 LOC's or so...). Look in "src\tools\ConsoleRunner".
Notice that you are the first and only person reporting this issue. So most likely it's not a fault of the console runner.
I compiled it again, the problem remains...
Small programs usualy run fast, but some times they also get late to run. The code i am running have 419 lines (including \n's), i dont think it would take so much time to compile and run :/
Step by Step:
- I press F9.
Messages of compiling are showed in the Build log.
cb_console_runner opens (clean).
If i press any key it will not work now.
Some time waiting...
Software start running (first printf works) and then everything goes normal.
Note: If i run the program on its folder it runs with no delay.