Skip to content

Debug target selection on startup #37

Description

@JDonaghy

When the configured debug target binary is not found at the default location, prompt the user to select the correct binary instead of silently failing.

Explore what VSCode does: Shows a file picker or lets the user edit `launch.json` `program` field.

Options:

  • File picker filtered to executables
  • Dialog with the failed path and an option to browse
  • Should also handle missing `launch.json` gracefully

Key files: `src/core/engine/dap_ops.rs`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions