Page 1 of 1

Setting Debugger Path in Project Settings

Posted: Sat Feb 16, 2013 3:23 am
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

Re: Setting Debugger Path in Project Settings

Posted: Sat Feb 16, 2013 12:20 pm
by eranif
Bugs..

Please report them at sourceforge

Eran

Re: Setting Debugger Path in Project Settings

Posted: Sat Feb 16, 2013 1:05 pm
by Verax