Skip to content

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

@TheJP

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for a new feature to be implemented

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions