From a883bbb8129fbf82ad863ef2195977724d0ba989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20G=C3=BCm=C3=BC=C5=9F?= Date: Thu, 5 Dec 2024 15:30:20 -0500 Subject: [PATCH] Remove stepover true by default --- browser/breakpoint.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/breakpoint.go b/browser/breakpoint.go index 966b8f4f9..29a43762d 100644 --- a/browser/breakpoint.go +++ b/browser/breakpoint.go @@ -74,8 +74,7 @@ func newBreakpointRegistry() *breakpointRegistry { // Line: 32, // }, // }, - pauser: make(chan chan struct{}, 1), - stepOverMode: true, + pauser: make(chan chan struct{}, 1), } }