Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index 30cbe77f8b37aa71895d49b54c60c29fe29cd88c..6e49db6ebd0256fb9899ef08646b74f6800adac6 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -461,6 +461,8 @@ class Debug { |
void ClearStepOut(); |
bool PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared); |
+ bool GetPossibleBreakpoints(Handle<Script> script, int start_position, |
+ int end_position, std::set<int>* positions); |
void RecordAsyncFunction(Handle<JSGeneratorObject> generator_object); |