Skip to content

Commit 7c5e080

Browse files
committed
1 parent 28520b8 commit 7c5e080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/debug/browser/debugCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function registerCommands(): void {
184184
id: STEP_INTO_ID,
185185
weight: KeybindingWeight.WorkbenchContrib + 10, // Have a stronger weight to have priority over full screen when debugging
186186
primary: KeyCode.F11,
187-
when: CONTEXT_DEBUG_STATE.isEqualTo('stopped'),
187+
when: CONTEXT_IN_DEBUG_MODE,
188188
handler: (accessor: ServicesAccessor, _: string, thread: IThread | undefined) => {
189189
getThreadAndRun(accessor, thread, thread => thread.stepIn());
190190
}

0 commit comments

Comments
 (0)