News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

more than one tool simultaneously

Started by Joerg, July 09, 2007, 11:38:15 AM

Previous topic - Next topic

Joerg

Hi,

I would like to run more than one tool concurrent from the Tools menu.
E.g. In my case a TFTP server and a telnet client for my embedded device.
I configured both with:
Launch tool visible (without output redirection)
When I want to start the second one, I get the error:
Another tool is currently executing..

They just need to be started, there is no need for redirection or
connection with C::B.

Regards,
Joerg

It's never too late to fail!

Biplab

Quote from: rekisum on July 09, 2007, 11:38:15 AM
They just need to be started, there is no need for redirection or
connection with C::B.

Why don't you launch them from Explorer? If they have no connection with C::B, then is it necessary to start them off C::B?
Be a part of the solution, not a part of the problem.

MortenMacFly

Quote from: rekisum on July 09, 2007, 11:38:15 AM
Another tool is currently executing..
Use the last option "Launch tool visible detached (without output redirection)" and it'll work.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Joerg

Quote from: Biplab on July 09, 2007, 11:42:33 AM
Why don't you launch them from Explorer? If they have no connection with C::B, then is it necessary to start them off C::B?

Just for convenience! I need these tools when programming on the project.
Next will be a JTAG gdb server for debugging.

Quote from: MortenMacFly on July 09, 2007, 12:08:22 PM
Use the last option "Launch tool visible detached (without output redirection)" and it'll work.

Yes thanks, that works.
I already tried but only changed the last one.  :?

It's never too late to fail!