Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

"Detached" console_runner?

(1/3) > >>

MortenMacFly:
Dear devs,
I'm currently developing a console application with time measurements being plotted to the console. If I run the application from within C::B the console_runner is started, which shows me the results but I cannot run another instance before I close the console runner.

Here is my feature request (unsless ist's already imeplemented): How about allowing the console_runner to be run detached -> thus allowing to compare the output of two applications? I think another checkbox in the "select target" window that pops up on "Run" with target "All" would do the trick.

The basic functionality is already proven and implemented within the external tool setup... Any objections?

With regards, Morten.

Vampyre_Dark:
You can turn off the console runner altogether, it's called 'pause after execution' in your build options. You will have to insert your own code to keep the window from automatically closing.

MortenMacFly:

--- Quote from: Vampyre_Dark on June 20, 2006, 11:59:22 pm ---You will have to insert your own code to keep the window from automatically closing.

--- End quote ---
...and that's what I actually don't want to do. But thanks for the hint anyway! ;-)
With regards, Morten.

Vampyre_Dark:

--- Quote from: MortenMacFly on June 21, 2006, 02:08:27 pm ---
--- Quote from: Vampyre_Dark on June 20, 2006, 11:59:22 pm ---You will have to insert your own code to keep the window from automatically closing.

--- End quote ---
...and that's what I actually don't want to do. But thanks for the hint anyway! ;-)
With regards, Morten.

--- End quote ---
No, but it allows you to run more than 1 window at once, which is what you want...

MortenMacFly:

--- Quote from: Vampyre_Dark on June 22, 2006, 05:28:26 am ---No, but it allows you to run more than 1 window at once, which is what you want...

--- End quote ---
I know, but I have only read access to the sources that I would have to change for this. That's why I asked if it isn't nice to have a detached console_runner in addition...?!
With regards, Morten.

Navigation

[0] Message Index

[#] Next page

Go to full version