Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: richarddsmith on February 12, 2011, 10:30:58 pm

Title: Deliberate C::B multiple instances
Post by: richarddsmith on February 12, 2011, 10:30:58 pm
I am running two totally different ANSI-C applications in Debian Linux (Ubuntu 10.10) with a Named Pipe (basically a presetn named ram-disk file in /dev/shm/) that is supposed to communicate between the applications uni-directionally.  Is it possible to debug each application in separate instances of Code::Blocks, on the same Ubuntu machine at the same time?  At the moment, only one instance is allowed to run, and the debugger locks out changing the target.
Title: Re: Deliberate C::B multiple instances
Post by: Jenna on February 12, 2011, 10:42:53 pm
Uncheck "Settings -> Environment -> Allow only one runnig instance" and make sure "Settings -> Environment -> Use an already running instance )if possible)" is not checked.