Unnamed: 0
int64
0
305k
body
stringlengths
7
52.9k
name
stringlengths
1
185
294,500
DebuggerActionHandler () { return myForceStepIntoHandler; }
getForceStepIntoHandler
294,501
DebuggerActionHandler () { return myRunToCursorHandler; }
getRunToCursorHandler
294,502
DebuggerActionHandler () { return myForceRunToCursor; }
getForceRunToCursorHandler
294,503
DebuggerActionHandler () { return myResumeHandler; }
getResumeActionHandler
294,504
DebuggerActionHandler () { return myPauseHandler; }
getPauseHandler
294,505
DebuggerActionHandler () { return myToggleLineBreakpointActionHandler; }
getToggleLineBreakpointHandler
294,506
DebuggerActionHandler () { return myToggleTemporaryLineBreakpointActionHandler; }
getToggleTemporaryLineBreakpointHandler
294,507
DebuggerActionHandler () { return myShowExecutionPointHandler; }
getShowExecutionPointHandler
294,508
DebuggerActionHandler () { return myEvaluateHandler; }
getEvaluateHandler
294,509
QuickEvaluateHandler () { return myQuickEvaluateHandler; }
getQuickEvaluateHandler
294,510
DebuggerActionHandler () { return myAddToWatchesActionHandler; }
getAddToWatchesActionHandler
294,511
DebuggerActionHandler () { return myAddToInlineWatchesActionHandler; }
getAddToInlineWatchesActionHandler
294,512
DebuggerActionHandler () { return myEvaluateInConsoleActionHandler; }
getEvaluateInConsoleActionHandler
294,513
DebuggerToggleActionHandler () { return myMuteBreakpointsHandler; }
getMuteBreakpointsHandler
294,514
MarkObjectActionHandler () { return myMarkObjectActionHandler; }
getMarkObjectHandler
294,515
EditBreakpointActionHandler () { return myEditBreakpointActionHandler; }
getEditBreakpointAction
294,516
void (@NotNull Project project, AnActionEvent event) { }
perform
294,517
boolean (@NotNull Project project, AnActionEvent event) { return false; }
isEnabled
294,518
void (Collection collection) { }
createBreakpointsGroupingRules
294,519
void (BreakpointsListener listener, Project project, Disposable disposable) { }
addListener
294,520
int () { return 0; }
getPriority
294,521
Object (@NotNull Project project, @NotNull Document document, int offset) { return null; }
findBreakpoint
294,522
void (Project project) { }
onDialogClosed
294,523
void (Project project, Collection<? super BreakpointItem> collection) { }
provideBreakpointItems
294,524
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getStepOverHandler
294,525
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getStepIntoHandler
294,526
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getSmartStepIntoHandler
294,527
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getStepOutHandler
294,528
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getForceStepOverHandler
294,529
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getForceStepIntoHandler
294,530
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getRunToCursorHandler
294,531
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getForceRunToCursorHandler
294,532
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getResumeActionHandler
294,533
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getPauseHandler
294,534
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getToggleLineBreakpointHandler
294,535
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getToggleTemporaryLineBreakpointHandler
294,536
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getShowExecutionPointHandler
294,537
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getEvaluateHandler
294,538
QuickEvaluateHandler () { return DISABLED_QUICK_EVALUATE; }
getQuickEvaluateHandler
294,539
boolean (@NotNull Project project) { return false; }
isEnabled
294,540
AbstractValueHint (@NotNull Project project, @NotNull Editor editor, @NotNull Point point, ValueHintType type) { return null; }
createValueHint
294,541
boolean (@NotNull Project project) { return false; }
canShowHint
294,542
int (Project project) { return 0; }
getValueLookupDelay
294,543
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getAddToWatchesActionHandler
294,544
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getAddToInlineWatchesActionHandler
294,545
DebuggerActionHandler () { return DisabledActionHandler.INSTANCE; }
getEvaluateInConsoleActionHandler
294,546
boolean (@NotNull Project project, AnActionEvent event) { return false; }
isEnabled
294,547
boolean (@NotNull Project project, AnActionEvent event) { return false; }
isSelected
294,548
void (@NotNull Project project, AnActionEvent event, boolean state) { }
setSelected
294,549
DebuggerToggleActionHandler () { return DISABLED_TOGGLE_HANDLER; }
getMuteBreakpointsHandler
294,550
boolean (@NotNull Project project, @NotNull AnActionEvent event) { return false; }
isMarked
294,551
void (@NotNull Project project, AnActionEvent event) { }
perform
294,552
boolean (@NotNull Project project, AnActionEvent event) { return false; }
isEnabled
294,553
boolean (@NotNull Project project, AnActionEvent event) { return true; }
isHidden
294,554
MarkObjectActionHandler () { return DISABLED_MARK_HANDLER; }
getMarkObjectHandler
294,555
void (Project project, JComponent component, Point whereToShow, Object breakpoint) { }
doShowPopup
294,556
boolean (@NotNull Project project, AnActionEvent event) { return false; }
isEnabled
294,557
EditBreakpointActionHandler () { return DISABLED_EDIT; }
getEditBreakpointAction
294,558
boolean (@NotNull XValueNodeImpl xValueNode) { XValue value = xValueNode.getValueContainer(); return value instanceof XValueTextProvider && ((XValueTextProvider)value).shouldShowTextValue(); }
accepts
294,559
void (@NotNull XValueNodeImpl xValueNode, @NotNull XDebugSession session, @NotNull XSourcePosition position, @NotNull XDebuggerTreeCreator treeCreator, @NotNull Editor editor, @NotNull Point point, @Nullable Runnable hideRunnable) { Pair<XValue, String> descriptor = getXValueDescriptor(xValueNode); XValue value = xValueNode.getValueContainer(); String initialText = ((XValueTextProvider)value).getValueText(); String text = StringUtil.notNullize(initialText); XDebuggerTextInlayPopup.showTextPopup(text, treeCreator, descriptor, xValueNode, editor, point, position, session, hideRunnable); }
showPopup
294,560
String () { return mySessionName; }
getSessionName
294,561
RunContentDescriptor () { assertSessionTabInitialized(); //noinspection ConstantConditions return mySessionTab.getRunContentDescriptor(); }
getRunContentDescriptor
294,562
void () { if (myShowTabOnSuspend.get()) { LOG.error("Debug tool window isn't shown yet because debug process isn't suspended"); } else { LOG.assertTrue(mySessionTab != null, "Debug tool window not initialized yet!"); } }
assertSessionTabInitialized
294,563
void (final boolean isSupported) { myPauseActionSupported = isSupported; }
setPauseActionSupported
294,564
boolean () { return myReadOnly; }
isReadOnly
294,565
void (boolean readOnly) { myReadOnly = readOnly; }
setReadOnly
294,566
List<AnAction> () { return myRestartActions; }
getRestartActions
294,567
void (AnAction... restartActions) { if (restartActions != null) { Collections.addAll(myRestartActions, restartActions); } }
addRestartActions
294,568
List<AnAction> () { return myExtraActions; }
getExtraActions
294,569
void (AnAction... extraActions) { if (extraActions != null) { Collections.addAll(myExtraActions, extraActions); } }
addExtraActions
294,570
List<AnAction> () { return myExtraStopActions; }
getExtraStopActions
294,571
void (AnAction... extraStopActions) { if (extraStopActions != null) { Collections.addAll(myExtraStopActions, extraStopActions); } }
addExtraStopActions
294,572
void () { myDispatcher.getMulticaster().settingsChanged(); }
rebuildViews
294,573
RunProfile () { return myEnvironment != null ? myEnvironment.getRunProfile() : null; }
getRunProfile
294,574
boolean () { return myPauseActionSupported; }
isPauseActionSupported
294,575
Project () { return myDebuggerManager.getProject(); }
getProject
294,576
XDebugProcess () { return myDebugProcess; }
getDebugProcess
294,577
boolean () { return myPaused.get() && mySuspendContext != null; }
isSuspended
294,578
boolean () { return myPaused.get(); }
isPaused
294,579
XSourceKind () { StateFlow<@NotNull Boolean> state = getAlternativeSourceKindState(); return state.getValue() ? XSourceKind.ALTERNATIVE : XSourceKind.MAIN; }
getCurrentSourceKind
294,580
void (@NotNull final ProcessEvent event) { stopImpl(); myDebugProcess.getProcessHandler().removeProcessListener(this); }
processTerminated
294,581
void () { breakpointsInitialized = false; removeBreakpointListeners(); unsetPaused(); clearPausedData(); rebuildViews(); }
reset
294,582
void () { ApplicationManager.getApplication().assertReadAccessAllowed(); LOG.assertTrue(!breakpointsInitialized); breakpointsInitialized = true; disableSlaveBreakpoints(); processAllBreakpoints(true, false); if (myBreakpointListenerDisposable == null) { myBreakpointListenerDisposable = Disposer.newDisposable(); Disposer.register(myProject, myBreakpointListenerDisposable); MessageBusConnection busConnection = myProject.getMessageBus().connect(myBreakpointListenerDisposable); busConnection.subscribe(XBreakpointListener.TOPIC, new MyBreakpointListener()); busConnection.subscribe(XDependentBreakpointListener.TOPIC, new MyDependentBreakpointListener()); } }
initBreakpoints
294,583
ConsoleView () { return myConsoleView; }
getConsoleView
294,584
XDebugSessionTab () { return mySessionTab; }
getSessionTab
294,585
RunnerLayoutUi () { assertSessionTabInitialized(); assert mySessionTab != null; return mySessionTab.getUi(); }
getUI
294,586
void (@Nullable RunContentDescriptor contentToReuse) { mySessionTab = XDebugSessionTab.create(this, myIcon, myEnvironment, contentToReuse); myDebugProcess.sessionInitialized(); addSessionListener(new XDebugSessionListener() { @Override public void sessionPaused() { updateActions(); } @Override public void sessionResumed() { updateActions(); } @Override public void sessionStopped() { updateActions(); } @Override public void stackFrameChanged() { updateActions(); } private void updateActions() { UIUtil.invokeLaterIfNeeded(() -> mySessionTab.getUi().updateActionsNow()); } }); }
initSessionTab
294,587
void () { updateActions(); }
sessionPaused
294,588
void () { updateActions(); }
sessionResumed
294,589
void () { updateActions(); }
sessionStopped
294,590
void () { updateActions(); }
stackFrameChanged
294,591
void () { UIUtil.invokeLaterIfNeeded(() -> mySessionTab.getUi().updateActionsNow()); }
updateActions
294,592
XDebugSessionData () { return mySessionData; }
getSessionData
294,593
void () { Set<XBreakpoint<?>> slaveBreakpoints = myDebuggerManager.getBreakpointManager().getDependentBreakpointManager().getAllSlaveBreakpoints(); if (slaveBreakpoints.isEmpty()) { return; } Set<XBreakpointType<?, ?>> breakpointTypes = new HashSet<>(); for (XBreakpointHandler<?> handler : myDebugProcess.getBreakpointHandlers()) { breakpointTypes.add(getBreakpointTypeClass(handler)); } for (XBreakpoint<?> slaveBreakpoint : slaveBreakpoints) { if (breakpointTypes.contains(slaveBreakpoint.getType())) { myInactiveSlaveBreakpoints.add(slaveBreakpoint); } } }
disableSlaveBreakpoints
294,594
void () { RunContentDescriptor descriptor = getRunContentDescriptor(); RunContentManager.getInstance(getProject()).showRunContent(DefaultDebugExecutor.getDebugExecutorInstance(), descriptor); }
showSessionTab
294,595
XBreakpointType (final XBreakpointHandler handler) { return XDebuggerUtil.getInstance().findBreakpointType(handler.getBreakpointTypeClass()); }
getBreakpointTypeClass
294,596
CustomizedBreakpointPresentation (@NotNull XBreakpoint<?> breakpoint) { synchronized (myRegisteredBreakpoints) { return myRegisteredBreakpoints.get(breakpoint); } }
getBreakpointPresentation
294,597
void (final XBreakpoint<?> breakpoint, final boolean register) { for (XBreakpointHandler<?> handler : myDebugProcess.getBreakpointHandlers()) { processBreakpoint(breakpoint, handler, register); } }
processAllHandlers
294,598
boolean (@NotNull XBreakpoint<?> b) { ApplicationManager.getApplication().assertReadAccessAllowed(); return !areBreakpointsMuted() && b.isEnabled() && !isInactiveSlaveBreakpoint(b) && !((XBreakpointBase<?, ?, ?>)b).isDisposed(); }
isBreakpointActive
294,599
boolean () { return mySessionData.isBreakpointsMuted(); }
areBreakpointsMuted