Skip to content

Add back support for de-emphasized stack frames (smart step) as opt-in feature via settings #1783

Open
@rkeithhill

Description

@rkeithhill

We used to examine the source path of every stack frame and if it wasn't under the current working dir, we would show it as deemphasized. That behavior has been removed. But we would like to add in opt-in settings to re-enable this feature. The settings (or debug config) might look something like this:

"smartStep": {
    enabled: true,
    sourceDirs: [ "${workspaceFolder}" ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions