Skip to content

Commit

Permalink
sdbg#101 - Make all Dart views compilable & working, so we can pick
Browse files Browse the repository at this point in the history
something to base the Display/Console REPL view on
  • Loading branch information
ivmarkov committed Jan 17, 2015
1 parent c6b2e7a commit 46b8f0a
Show file tree
Hide file tree
Showing 27 changed files with 4,437 additions and 2,315 deletions.
Expand Up @@ -14,6 +14,7 @@

package com.github.sdbg.debug.core.internal.expr;

import com.github.sdbg.debug.core.model.IExpressionEvaluator;
import com.github.sdbg.utilities.AdapterUtilities;

import org.eclipse.debug.core.model.IDebugElement;
Expand Down
Expand Up @@ -14,7 +14,6 @@
package com.github.sdbg.debug.core.internal.webkit.model;

import com.github.sdbg.debug.core.SDBGDebugCorePlugin;
import com.github.sdbg.debug.core.internal.expr.IExpressionEvaluator;
import com.github.sdbg.debug.core.internal.expr.WatchExpressionResult;
import com.github.sdbg.debug.core.internal.util.DebuggerUtils;
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitCallFrame;
Expand All @@ -25,6 +24,7 @@
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitScope;
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitScript;
import com.github.sdbg.debug.core.model.IExceptionStackFrame;
import com.github.sdbg.debug.core.model.IExpressionEvaluator;
import com.github.sdbg.debug.core.model.ISDBGStackFrame;
import com.github.sdbg.debug.core.model.ISDBGValue.IValueCallback;
import com.github.sdbg.debug.core.model.IVariableResolver;
Expand Down
Expand Up @@ -14,13 +14,13 @@
package com.github.sdbg.debug.core.internal.webkit.model;

import com.github.sdbg.debug.core.SDBGDebugCorePlugin;
import com.github.sdbg.debug.core.internal.expr.IExpressionEvaluator;
import com.github.sdbg.debug.core.internal.expr.WatchExpressionResult;
import com.github.sdbg.debug.core.internal.util.DebuggerUtils;
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitCallback;
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitPropertyDescriptor;
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitRemoteObject;
import com.github.sdbg.debug.core.internal.webkit.protocol.WebkitResult;
import com.github.sdbg.debug.core.model.IExpressionEvaluator;
import com.github.sdbg.debug.core.model.ISDBGValue;

import java.io.IOException;
Expand Down
Expand Up @@ -12,7 +12,7 @@
* the License.
*/

package com.github.sdbg.debug.core.internal.expr;
package com.github.sdbg.debug.core.model;

import org.eclipse.debug.core.model.IWatchExpressionListener;

Expand Down
Expand Up @@ -14,8 +14,6 @@

package com.github.sdbg.debug.core.model;

import com.github.sdbg.debug.core.internal.expr.IExpressionEvaluator;

import org.eclipse.debug.core.model.IValue;

/**
Expand Down

0 comments on commit 46b8f0a

Please sign in to comment.