Page 1 of 1

BUG : A Workspace which include two Project

Posted: Sat Jul 30, 2016 11:48 pm
by nanyu-stone
os : windows 10
codelite version : 9.2.0
compiler : tdm-gcc(32bit) and tdm-gcc(64bit)
=================
step:
1) create new workspace named "a_ws";
2) add new project named "b32", with compiler use tdm-gcc32bit;
3) add new project named "b64", with compiler user tdm-gcc64bit;
4) build b32, ok, run without debug(Ctrl + F5), everything ok.
5) build b64, ok, run without debug(Ctrl + F5), everything ok.
6) active b32, start debug(F5) , gdb.exe running , and exit auto..
7) active b64 ....
============
8) bug run gdb in cmd (without codelite), everything ok.
9) if create TWO workspace, one use gcc32, and the other use gcc64, everything ok.

Re: BUG : A Workspace which include two Project

Posted: Sun Jul 31, 2016 11:33 am
by eranif
Can you confirm that different gdb.exe are running for each project?
Eran