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

Restore stopped state if goto errors #1334

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Restore stopped state if goto errors #1334

merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Restore stopped state if goto errors

    Problem:
    
    A debug adapter can respond to goto with an error - e.g. if attempting
    to jump to a location where there is no code to execute.
    
    If that happened, selecting another goto location was no longer possible
    because the stopped state had been cleared.
    
    Solution:
    
    Restore stopped state if goto fails
    mfussenegger committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a92ee2b View commit details
    Browse the repository at this point in the history