mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
[273505] Add memory browser to the debug perspective
This commit is contained in:
parent
2f38e62dba
commit
46493bb280
2 changed files with 24 additions and 6 deletions
|
@ -1,3 +1,15 @@
|
|||
################################################################################
|
||||
# Copyright (c) 2009 Wind River Systems, Inc. and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# Ted R Williams (Wind River) - initial implementation
|
||||
+################################################################################
|
||||
|
||||
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = plugin.xml,\
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
<!--
|
||||
# Copyright (c) 2009 Wind River Systems, Inc. and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# Ted R Williams (Wind River) - initial implementation
|
||||
-->
|
||||
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin>
|
||||
|
@ -12,12 +24,6 @@
|
|||
id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser">
|
||||
</view>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.help.contexts">
|
||||
<contexts
|
||||
file="contexts.xml">
|
||||
</contexts>
|
||||
</extension>
|
||||
<extension point="org.eclipse.ui.perspectiveExtensions">
|
||||
<perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
|
||||
<view id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"
|
||||
|
|
Loading…
Add table
Reference in a new issue