Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support startDebugging #38

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Support startDebugging #38

wants to merge 4 commits into from

Commits on Feb 25, 2023

  1. Register child session as child

    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 changes
    mfussenegger committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1897841 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. support startDebugging

    mxsdev committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c5e8dc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    e27eb17 View commit details
    Browse the repository at this point in the history
  2. docs

    mxsdev committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8af591b View commit details
    Browse the repository at this point in the history