rider/src/main/kotlin/com/jetbrains/rider/plugins/unity/debugger/breakpoints/UnityPausepoints.kt [29:40]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - breakpoint: XLineBreakpoint, providedEditor: Editor? = null, providedIconRenderer: GutterIconRenderer? = null) { UIUtil.invokeLaterIfNeeded { application.runWriteAction { val balloonLocation = tryGetIconRendererLocation(project, providedEditor, breakpoint, providedIconRenderer) val breakpointManager = XDebuggerManager.getInstance(project).breakpointManager val dependentBreakpointManager = (breakpointManager as? XBreakpointManagerImpl)?.dependentBreakpointManager val masterBreakpoint = dependentBreakpointManager?.getMasterBreakpoint(breakpoint) val leaveEnabled = dependentBreakpointManager?.isLeaveEnabled(breakpoint) ?: false breakpointManager.removeBreakpoint(breakpoint) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rider/src/main/kotlin/com/jetbrains/rider/plugins/unity/debugger/breakpoints/UnityPausepoints.kt [61:72]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - breakpoint: XLineBreakpoint, providedEditor: Editor? = null, providedIconRenderer: GutterIconRenderer? = null) { UIUtil.invokeLaterIfNeeded { application.runWriteAction { val balloonLocation = tryGetIconRendererLocation(project, providedEditor, breakpoint, providedIconRenderer) val breakpointManager = XDebuggerManager.getInstance(project).breakpointManager val dependentBreakpointManager = (breakpointManager as? XBreakpointManagerImpl)?.dependentBreakpointManager val masterBreakpoint = dependentBreakpointManager?.getMasterBreakpoint(breakpoint) val leaveEnabled = dependentBreakpointManager?.isLeaveEnabled(breakpoint) ?: false breakpointManager.removeBreakpoint(breakpoint) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -