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

Editor: add local variables to watch panel automatically #2451

Merged

Commits on Nov 12, 2024

  1. Editor: add local variables to watch panel automatically

    This change assumes local variables are usually meaningful in the context of the function being debugged.
    
    The user can still add and remove variables to watch, for meaningful global variables.
    ericoporto committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3f4d1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2435e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5b88d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    660bd9b View commit details
    Browse the repository at this point in the history
  5. Editor: Watchpanel context uses icon instead

    fix winforms issue where the checkbox in context menu scales incorrectly and the tick inside the checkbox may not show in some computers.
    ericoporto committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0063bd2 View commit details
    Browse the repository at this point in the history
  6. Editor: DebugController runs a async message queue for non-instant msgs

    Also, _communicator.SendMessage is called under a lock.
    This supposedly fixes a case when messages may be sent from multiple threads (e.g. with methods like QueryVariable).
    ivan-mogilko authored and ericoporto committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b8b9686 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    471d9fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba5e8d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d4f4a1 View commit details
    Browse the repository at this point in the history
  10. Editor: fix Watchpanel auto-local var checkbox

    when checked back it now shows the variables in the watch panel properly
    ericoporto committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d719aff View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    677a156 View commit details
    Browse the repository at this point in the history