continue firefox rdp — break
authorVladimir Krivosheev <vladimir.krivosheev@jetbrains.com>
Fri, 2 Jan 2015 18:16:18 +0000 (19:16 +0100)
committerVladimir Krivosheev <vladimir.krivosheev@jetbrains.com>
Fri, 2 Jan 2015 18:20:57 +0000 (19:20 +0100)
platform/script-debugger/backend/src/org/jetbrains/debugger/SuspendContext.java

index a28832b6ec7f72677b0d3668fb0cca12cd1e25f0..c9c4c6027be10828de42d8cca53a8d774548e083 100755 (executable)
@@ -35,9 +35,9 @@ public interface SuspendContext {
   Promise<CallFrame[]> getFrames();
 
   /**
-   * @return a set of the breakpoints hit on VM suspension with which this
-   *         context is associated. An empty collection if the suspension was
-   *         not related to hitting breakpoints (e.g. a step end)
+   * list of the breakpoints hit on VM suspension with which this
+   * context is associated. An empty collection if the suspension was
+   * not related to hitting breakpoints (e.g. a step end)
    */
   @NotNull
   List<Breakpoint> getBreakpointsHit();