Skip to content

Add per-stackframe canRestart #147

@connor4312

Description

@connor4312

Context: microsoft/vscode#89471

A simple way to do this would be a canRestart on the StackFrame. This has some overlap/redundancy with supportsRestartRequest. Proposal:

export interface StackFrame {
  /**
   * Whether a restart request can be sent for the stackframe. This is only
   * relevant when the capability 'supportsRestartFrame' is present, with which
   * frames are restartable by default unless this property is set to 'false'.
   */
  canRestart?: boolean;

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions