mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[285225] If there is not enablement in the plugin.xml file for a ToggleBreakpointfactor, it makes the plugin be loaded right away, which is not good. I'm reverting back to the enablement condition
This commit is contained in:
parent
f2b3b42052
commit
6efa4eac63
1 changed files with 4 additions and 0 deletions
|
@ -708,6 +708,10 @@
|
|||
<toggleTargetFactory
|
||||
id="org.eclipse.cdt.dsf.gdb.ui.ToggleBreakpointsTargetFactory"
|
||||
class="org.eclipse.cdt.dsf.gdb.internal.ui.breakpoints.ToggleBreakpointsTargetFactory">
|
||||
<enablement>
|
||||
<!-- Enable the breakpoint toggle for DSF Disassembly -->
|
||||
<instanceof value="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart"/>
|
||||
</enablement>
|
||||
</toggleTargetFactory>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue