| Index: editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerRemoteScriptSourceContainer.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerRemoteScriptSourceContainer.java (revision 9145)
|
| +++ editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerRemoteScriptSourceContainer.java (working copy)
|
| @@ -50,6 +50,7 @@
|
|
|
| @Override
|
| public Object[] findSourceElements(String name) throws CoreException {
|
| + // TODO(devoncarew): the VM sends in bootstrap_impl also, but we can't retrieve source for that library.
|
| if (name != null && name.startsWith("dart:")) {
|
| ServerDebugTarget target = ServerDebugTarget.getActiveTarget();
|
|
|
|
|