Author Topic: Deliberate C::B multiple instances  (Read 9294 times)

Offline richarddsmith

  • Single posting newcomer
  • *
  • Posts: 4
Deliberate C::B multiple instances
« 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Deliberate C::B multiple instances
« Reply #1 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.