Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Behavior of Debug View on DSF Suspend

Title: Re: [cdt-dev] Behavior of Debug View on DSF Suspend
Pawel,

Thanks, now I see how IModelSelectionPolicy.isSticky works. But it looks like isSticky is only given the existing selection and not the new candidate selection to evaluate. I wanted to make the isSticky decision based on the new candidate selection. Am I missing something?

Thanks - Ken


From: ext Pawel Piech <pawel.piech@xxxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Wed, 3 Feb 2010 00:38:40 +0100
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Behavior of Debug View on DSF Suspend

Hi Ken,
Take a look at IModelSelectionPolicyFactory (and DefaultDsfModelSelectionPolicyFactory).

Cheers,
Pawel

ken.ryall@xxxxxxxxx wrote:
Behavior of Debug View on DSF Suspend I need a hint from someone more familiar with the way the DSF debug view model works:
 
It looks like if you launch a debug session and suspend execution the suspended context is properly revealed and selected in the Debug view. Then if you launch a new second session and suspend execution it seems to decide not to reveal or select the newly suspended context. This may be the right thing to do in most cases but I have one where I want the latest suspended context to be revealed and selected in the debug view each time.
 
Can someone point me in the right direction?
 
Thanks - Ken



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
  



Back to the top