We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba18ea commit 3085423Copy full SHA for 3085423
lua/dap-view/events.lua
@@ -12,7 +12,9 @@ dap.listeners.before.initialize[SUBSCRIPTION_ID] = function()
12
end
13
14
dap.listeners.after.setBreakpoints[SUBSCRIPTION_ID] = function()
15
- breakpoints.show()
+ if state.current_section == "breakpoints" then
16
+ breakpoints.show()
17
+ end
18
19
20
dap.listeners.after.launch[SUBSCRIPTION_ID] = function()
0 commit comments