| 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 af24d4e6c2da99713450545bb9d82c78cab86089..ceea0f18ff99688f90c81f5f918a417a1d337cd3 100644
|
| --- a/pkg/dartino_compiler/lib/cli_debugger.dart
|
| +++ b/pkg/dartino_compiler/lib/cli_debugger.dart
|
| @@ -599,7 +599,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";
|
| }
|
|
|
|
|