Double-clicking stacktrace entry to browse to code line

General questions regarding the usage of CodeLite
User avatar
caibbor
CodeLite Veteran
Posts: 78
Joined: Thu Jan 10, 2013 10:37 pm
Genuine User: Yes
IDE Question: c++
Contact:

Double-clicking stacktrace entry to browse to code line

Post 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.