mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[255244] - [run control] SteppingControl always traces "enqueueStep"
This commit is contained in:
parent
cc02a4b710
commit
10706627ba
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ public final class SteppingController implements IStepQueueManager
|
|||
* @param stepType Type of step to execute.
|
||||
*/
|
||||
public void enqueueStep(final IExecutionDMContext execCtx, final StepType stepType) {
|
||||
System.out.println("[SteppingController] enqueueStep ctx=" + execCtx); //$NON-NLS-1$
|
||||
if (DEBUG) System.out.println("[SteppingController] enqueueStep ctx=" + execCtx); //$NON-NLS-1$
|
||||
if (!shouldDelayStep(execCtx) || doCanEnqueueStep(execCtx, stepType)) {
|
||||
doEnqueueStep(execCtx, stepType);
|
||||
processStepQueue(execCtx);
|
||||
|
|
Loading…
Add table
Reference in a new issue