Skip to content

Commit

Permalink
Remove stepover true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Dec 5, 2024
1 parent 78746fb commit a883bbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions browser/breakpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ func newBreakpointRegistry() *breakpointRegistry {
// Line: 32,
// },
// },
pauser: make(chan chan struct{}, 1),
stepOverMode: true,
pauser: make(chan chan struct{}, 1),
}
}

Expand Down

0 comments on commit a883bbb

Please sign in to comment.