BUG : A Workspace which include two Project
Posted: Sat Jul 30, 2016 11:48 pm
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.
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.