[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
|
- From: Dave Korn <dave.korn.cygwin@xxxxxxxxx>
- Date: Sat, 19 May 2012 01:56:57 +0100
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=jlgQYYUdf51dIOPwFL8LlGdcvgxsZ6QAQ8o/myqdL54=; b=O9XHyDSAL7/UveDqs5HYbR3IfJfuOwWyqbwPt8uk2pvIjHqTV2XNrtVHHuIhMmST7l +69I3f5Qeliaon3jHHL0YXyRqmzhKJit9QKSBdoaziKOuGJHh2PxWuu0mE7NV70YWDRm TfiZGQA7IZcFT6nM9DnnZ6P2N56SNbg7CiGWoqZgMbooxTKM9goPsk92CIVjY2l2Li4F KDjx9RpwNLbVxgs+pu8w/C3P5nhTVkiInTDOkunIu0wv4LeSV9ldUaZ8E5/3aBAwXHby wH8q6iKSFOXI/33DEg8uao01qY4Ac0z1nztMDdbNAy4/zEuYpzIlnUJoTH3kghbtPVb4 GI6Q==
- User-agent: Thunderbird 2.0.0.17 (Windows/20080914)
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