Skip to content

Call Stack: Show label names for CallRegister and CallPointer instructions #2

Description

@TheJP

Example:

copy some_label, R1
call R1

some_label:
    copy 42, R2
    retrun

Here we want the string "some_label" to show up in the call stack instead of "Frame 1" when we reach the line containing copy 42, R2.

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

    feature-requestRequest for a new feature to be implemented

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions