Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Register view is hidden when debug session starts

On 04/04/2012 10:46, Abeer Bagul wrote:

> This is a problem observed on Eclipse 3.7:
> 
> 1. Keep register view open, start a DSF debug session
> 2. The register view is hidden and Variables view is activated when the
> session starts.

> However, if someone is shipping Eclipse 3.7.x, you might face this bug
> that Register View is hidden. The workaround is to add the following
> extension definition to any of your own plugin.xml files:
> 
>    <extension
>          point="org.eclipse.debug.ui.debugModelContextBindings">
>       <modelContextBinding
>             contextId="org.eclipse.cdt.debug.ui.debugging"
>             debugModelId="org.eclipse.cdt.debug.core.cbreakpoints">
>       </modelContextBinding>
>    </extension>

  Also applies to 3.6.x; thanks for the tip!

    cheers,
      DaveK



Back to the top