Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to expand only the current thread's stack frame on a breakpoint-hit?

Hi guys:
On a breakkpoint-hit event, CDT-DSF expands the stack frame of the thread that gets hit by the breakpoint. after a 200ms delay (in AbstractLaunchVMProvider), CDT-DSF expands the all previously expanded stack frames, which are usually ones of the 1st thread within containers.

Is it possible for me to extend the CDT-DSF and make debugger expand only the current thread?

I'm using CDT 8.0.2 + Indigo.
Any hints or advice would be appreicated!

Regards
Xing Yun



Back to the top