Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-debugprotocol

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-debugprotocol

Npm module with declarations for the Visual Studio Code debug protocol

  • 1.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.1K
decreased by-11.88%
Maintainers
1
Weekly downloads
 
Created
Source

VS Code Debug Protocol

NPM Version NPM Downloads Build Status

This npm module contains declarations for the json-based Visual Studio Code debug protocol.

History

  • 1.6.x:

    • A boolean supportsConditionalBreakpoints in Capabilities indicates whether the debug adapter supports conditional breakpoints.
    • Adds an optional exceptionBreakpointFilters capability that lists the filters available for the setExceptionBreakpoints request.
    • Adds an optional restart attribute to the TerminatedEvent which can be used to request a restart of the debug session.
  • 1.5.x:

    • A boolean supportsFunctionBreakpoints in Capabilities indicates whether the debug adapter implements the function breakpoints.
    • Renamed supportEvaluateForHovers in Capabilities to supportsEvaluateForHovers.
  • 1.4.x:

    • Made the body of the InitializeResponse optional (for backward compatibility).
  • 1.3.x: Version introduces support for feature negotiation.

    • The InitializeResponse has now attributes for these features:
      • A boolean supportsConfigurationDoneRequest indicates whether the debug adapter implements the ConfigurationDoneRequest.
      • A boolean supportEvaluateForHovers indicates whether the debug adapter supports a side effect free EvaluateRequest.
    • Adds an optional data attribute to the OutputEvent and a telemetry category.
    • Adds a new context type hover to the context attribute of the EvaluateArguments.
  • 1.2.x: Version adds a new request:

    • Introduces a ConfigurationDoneRequest that VS Code sends to indicate that the configuration of the debug session has finished and that debugging can start.
  • 1.1.x: Version adds support for conditional breakpoints and breakpoints in virtual documents:

    • Type Source supports optional origin attribute to provide information that is shown in the debug UI.
    • Type Source supports an optional adapterData attribute that the VS Code debug UI will transparently persists for breakpoints.
    • Introduces type SourceBreakpoint that makes it possible to provide column and condition information when specifying a breakpoint.
  • 1.0.1: Initial version of the debug protocol

License

MIT

FAQs

Package last updated on 29 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc