blob: 30d81ae628a511d90690b77aa28515cc54117c54 [file] [log] [blame]
package org.eclipse.ptp.proxy.debug.command;
public class ProxyDebugListLocalVariablesCommand extends AbstractProxyDebugCommand implements IProxyDebugCommand {
public ProxyDebugListLocalVariablesCommand(String bits) {
super(LISTLOCALVARIABLES, bits);
}
public ProxyDebugListLocalVariablesCommand(int transID, String[] args) {
super(LISTLOCALVARIABLES, transID, args);
}
}