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

fix: Use plain integer addresses for opcodes in DAP disassembly view #4941

Merged
merged 4 commits into from
May 22, 2024

Commits on Apr 26, 2024

  1. For disassembly view in DAP mode, return integer addresses

    Returning serialized opcode locations is invalid according to the DAP
    specification and confuses VS.Code.
    ggiraldez committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    14518f8 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    ggiraldez committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c0b713d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 16, 2024

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