We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6655f50 commit bdff123Copy full SHA for bdff123
runtime/vm/debugger.h
@@ -884,8 +884,6 @@ class Debugger {
884
// If any other |ErrorPtr| is returned, it means that a |BreakpointLocation|
885
// was not prepared successfully, and the return value will point to an
886
// |Error| describing why the |BreakpointLocation| could not be prepared.
887
- // TODO(derekxu16): Continue looking at all usages of functions that return
888
- // |ErrorPtr|s and account for Object::no_debuggable_code_error().
889
ErrorPtr SetBreakpoint(const GrowableHandlePtrArray<const Script>& scripts,
890
TokenPosition token_pos,
891
TokenPosition last_token_pos,
0 commit comments