mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Extends MIChangedEvent for convenience.
This commit is contained in:
parent
3eb7378d87
commit
589fec8751
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ package org.eclipse.cdt.debug.mi.core.event;
|
|||
* This can not be detected yet by gdb/mi.
|
||||
*
|
||||
*/
|
||||
public class MIVarChangedEvent extends MIEvent {
|
||||
public class MIVarChangedEvent extends MIChangedEvent {
|
||||
|
||||
String varName;
|
||||
boolean inScope;
|
||||
|
|
Loading…
Add table
Reference in a new issue