| Index: pkg/dartino_compiler/lib/cli_debugger.dart
|
| diff --git a/pkg/dartino_compiler/lib/cli_debugger.dart b/pkg/dartino_compiler/lib/cli_debugger.dart
|
| index 8f20ae2901e1f66f7e9623dc3980636180125bf2..71fbe4e201f3e5b68bee684b09e8928ac0e95bcd 100644
|
| --- a/pkg/dartino_compiler/lib/cli_debugger.dart
|
| +++ b/pkg/dartino_compiler/lib/cli_debugger.dart
|
| @@ -606,7 +606,7 @@ class CommandLineDebugger {
|
| if (printForTesting) return breakpoint.toString();
|
| int id = breakpoint.id;
|
| String name = breakpoint.methodName;
|
| - String location = breakpoint.location(vmContext.debugState);
|
| + String location = breakpoint.locationString(vmContext.debugState);
|
| return "$id: $name @ $location";
|
| }
|
|
|
|
|