Setting Debugger Path in Project Settings

General questions regarding the usage of CodeLite
Verax
CodeLite Enthusiast
Posts: 46
Joined: Sat Jan 19, 2013 10:31 am
Genuine User: Yes
IDE Question: C++
Contact:

Setting Debugger Path in Project Settings

Post by Verax »

I'm using Codelite for embedded development and I'm running into the following issues when trying to configure the debugger in the project settings.

-- The "Select debugger path. Leave empty to use default:" textbox does not seem to respect the CodeLite Macros like $(WorkspacePath)
-- The "Select debugger path. Leave empty to use default:" textbox does not seem to work if using relative paths. If using a relative path the debugger reports "Failed to initialize debugger: ..\..\gcc-arm-none-eabi\bin\arm-none-eabi-gdb.exe" in the debug output window. Absolute paths work fine.

Please let me know if this is by design, user error, or a possible bug. Thanks

CodeLite v5.0.6213 (Official Build)
Windows 8 - 64-bit
Mentor Graphics' Sourcery Codebench Lite Toolchain
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Setting Debugger Path in Project Settings

Post by eranif »

Bugs..

Please report them at sourceforge

Eran
Make sure you have read the HOW TO POST thread
Verax
CodeLite Enthusiast
Posts: 46
Joined: Sat Jan 19, 2013 10:31 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Setting Debugger Path in Project Settings

Post by Verax »

Post Reply