BUG : A Workspace which include two Project

General questions regarding the usage of CodeLite
nanyu-stone
CodeLite Curious
Posts: 1
Joined: Sat Jul 30, 2016 11:21 pm
Genuine User: Yes
IDE Question: c++
Contact:

BUG : A Workspace which include two Project

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: BUG : A Workspace which include two Project

Post by eranif »

Can you confirm that different gdb.exe are running for each project?
Eran
Make sure you have read the HOW TO POST thread
Post Reply