Page 1 of 1

Double-clicking stacktrace entry to browse to code line

Posted: Sun Jun 08, 2014 10:24 pm
by caibbor
This usually works, but sometimes it doesn't. If I set a breakpoint or if there's a segfault that causes the debugger to pause, CL gives me a stack trace and double-clicking on one of its entries sometimes doesn't browse to that line in my code in the main editor. I'm not sure if this is a bug or if I'm just not understanding something, but I'm pretty sure it should always do that. It's a slight inconvenience.

It'll change the level in the callstack fine, it just doesn't browse to the code and set the carrot at that line.

I'm double-clicking a point in the stacktrace that is inside my own project, not something in a library somewhere else.

CodeLite 6.0 from GIT pulled yesterday.