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

Add debug API for call stack selection changes (63943) #179132

Merged
merged 13 commits into from
Apr 17, 2023

Commits on Mar 30, 2023

  1. feat: Initial pass at Debug Focus, listener for thread or stack frame

    selection (microsoft#63943)
    
    Add debug.onDidChangeDebugFocus. May provide ids for session, thread,
    and stackFrame, as appropriate.
    
    Fixes: microsoft#63943 api should provide thread/stack frame id (paraphrasing)
    mblout committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    88f7f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ab14a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40cb4a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d2d90f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c80e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix: separate 'debugFocus' into thread and stackFrame specific

    listeners, and create separate contexts for each
    mblout committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c308bc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix: Revert prev change, switch to single api with union type

    This reverts commit c308bc3.
    mblout committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    58ddd44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a298ff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    accf236 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    b61e184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    518f17c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    38b5e82 View commit details
    Browse the repository at this point in the history
  2. Remove comments

    roblourens committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    012d5c5 View commit details
    Browse the repository at this point in the history