Commit baff224
authored
Register child session as child (#32)
Similar to the nvim-dap startDebugging support, this sets
children/parent on the session
See https://github.com/mfussenegger/nvim-dap/blob/72684a4d70f0ecd45efe5ea76e9510e0b2e4d600/lua/dap/session.lua#L1022-L1023
This will cause the session hierarchy to be visible when using something
like `:lua local w = require('dap.ui.widgets');
w.sidebar(w.sessions).open();` and should ensure the child session
receives all breakpoint changes1 parent e7c0549 commit baff224
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | | - | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments