// isJumpDestInstruction -> returning from a internal function call
// isJumpDestInstruction -> returning from a internal function call
// depthChange -> returning from an external call
// depthChange -> returning from an external call
// sourceLocation.start <= previousSourceLocation.start && ... -> previous src is contained in the current one
// sourceLocation.start <= previousSourceLocation.start && ... -> previous src is contained in the current one
...
@@ -83,7 +81,7 @@ export class BreakpointManager {
...
@@ -83,7 +81,7 @@ export class BreakpointManager {
returntrue
returntrue
}
}
/**
/**
* start looking for the previous or next breakpoint
* start looking for the previous or next breakpoint
* @param {Int} direction - 1 or -1 direction of the search
* @param {Int} direction - 1 or -1 direction of the search
* @param {Bool} defaultToLimit - if true jump to the limit (end if direction is 1, beginning if direction is -1) of the trace if no more breakpoint found
* @param {Bool} defaultToLimit - if true jump to the limit (end if direction is 1, beginning if direction is -1) of the trace if no more breakpoint found
...
@@ -101,7 +99,7 @@ export class BreakpointManager {
...
@@ -101,7 +99,7 @@ export class BreakpointManager {