Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to change default memory rendering?

Hi,
before launching clear the workspace contents and start with -clean option.

Thanks
Harish Dewan
Tensilica India


On Mon, Feb 18, 2013 at 9:17 PM, Derek Morris <dmsubs@xxxxxxxxxxxxx> wrote:
Hi,

(sorry for resending - no responses to my first post)

I am using DSF-GDB in my toolchain. In the Memory view, the default rendering is Hex (HexRendering). I want to make the default Traditional (TraditionalRendering).

I added this to my plugin.xml, but it made no difference:
   <extension point="org.eclipse.debug.ui.memoryRenderings">
      <renderingBindings
      
            defaultIds="org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRendering"
            primaryId="org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRendering"
            renderingIds="org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRendering,org.eclipse.debug.ui.rendering.raw_memory,org.eclipse.debug.ui.rendering.ascii,org.eclipse.debug.ui.rendering.signedint,org.eclipse.debug.ui.rendering.unsignedint">
         <enablement>
            <instanceof value="org.eclipse.cdt.dsf.debug.model.DsfMemoryBlock"/>
         </enablement>
      </renderingBindings>
   </extension>

Any ideas on how to make this change?
--
Subs

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



Back to the top