Skip to content

Build the stack as needed when a breakpoint is hit #44

@carlos-granados

Description

@carlos-granados

If the debugger is active, a lot of the time is spent building stack frames and saving them. Most of them end up discarded as we exit functions. Instead of doing this, we can build the stack on demand when a breakpoint is hit. This would provide a big performance benefit when the debugger is being actively used

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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