| Index: runtime/bin/vmservice/observatory/lib/src/app/application.dart
|
| diff --git a/runtime/bin/vmservice/observatory/lib/src/app/application.dart b/runtime/bin/vmservice/observatory/lib/src/app/application.dart
|
| index dec1e28fca47efc1dd91ec616b6151605450241b..f6eb6344b26532cdea5157cde4c542794a5e1bfb 100644
|
| --- a/runtime/bin/vmservice/observatory/lib/src/app/application.dart
|
| +++ b/runtime/bin/vmservice/observatory/lib/src/app/application.dart
|
| @@ -75,7 +75,7 @@ class ObservatoryApplication extends Observable {
|
| removePauseEvents(event.isolate);
|
| // vm.reload();
|
| break;
|
| -
|
| +
|
| case 'BreakpointResolved':
|
| event.isolate.reloadBreakpoints();
|
| break;
|
| @@ -103,6 +103,7 @@ class ObservatoryApplication extends Observable {
|
| _pageRegistry.add(new ClassTreePage(this));
|
| _pageRegistry.add(new VMConnectPage(this));
|
| _pageRegistry.add(new ErrorViewPage(this));
|
| + _pageRegistry.add(new MetricsPage(this));
|
| // Note that ServiceObjectPage must be the last entry in the list as it is
|
| // the catch all.
|
| _pageRegistry.add(new ServiceObjectPage(this));
|
|
|