| Index: runtime/vm/service/service.idl
|
| diff --git a/runtime/vm/service/service.idl b/runtime/vm/service/service.idl
|
| index f6e1c9fdf7eedaf0026d8080ba89eb7b9fc4568b..2764e2375747cfcf8e8952c0f582dbdf11240e59 100644
|
| --- a/runtime/vm/service/service.idl
|
| +++ b/runtime/vm/service/service.idl
|
| @@ -24,6 +24,10 @@ interface Service {
|
| scriptId string,
|
| line string) Breakpoint
|
|
|
| + // Adds a breakpoint at the entrypoint of the specified function.
|
| + addBreakpointAtEntry(isolateId string,
|
| + functionId string) Breakpoint
|
| +
|
| // Removes the specified breakpoint
|
| removeBreakpoint(isolateId string, breakpointId string) Response
|
|
|
|
|