GithubHelp home page GithubHelp logo

Comments (3)

PavelSosin avatar PavelSosin commented on September 3, 2024

This issue is actually comprise 2 different issues:

    1. For which scenario the message is relevant
    1. In which IDE and DA the message is implemented
      There is no 100% suitable IDEs for every goal. This was also mentioned by Erich Gamma in his Cloud native IDE proposal. Every developer can choose most suitable for his/her goals front-end. IDE infrastructure provides UI backend (VSCode, Theia) and platform services (git, DevOps, Team development support, Doc generators, set of LSP servers and Debugging servers. Infrastructure can be local, cloud or hybrid.

The IDE purpose is to serve in certain scenario:

  1. Local desktop application development
  2. Consumer and businesses application development
  3. Native cloud micro-services development
    • (new) Cloud gaming development
  4. To avoid dealing with very big matrix I propose to define 2 protocol layers:
    Core protocol applicable in all scenaria and Protocol extension used in certain scenario and implemented by certain IDEs
    Core protocol is mandatory for implementation by all IDE and DA
    Protocol extension can be implemented by certain IDE and DA. If certain IDE doesn't support certain message it doesn't harm its DAP protocol compatibility. Optional messages / message sequences should be communicated via Server and Client capabilities. Default values of capability shall be chosen according expected percentage of developers for which this feature is required

from debug-adapter-protocol.

PavelSosin avatar PavelSosin commented on September 3, 2024

SAP Web IDE doesn't support any low-level debugging features:
Register access
Memory read
Dissassembly
SAP WebIDE provides more fine-grained resolution for language context: language+projectType= contentType. The reason is that the same language can be used at more than one layer of application stack but with absolutely different built-in libraries: Typescript for SAPUI5 and typescript for Nodejs

from debug-adapter-protocol.

PavelSosin avatar PavelSosin commented on September 3, 2024

@weinand - Since in most cases IDE has debugger feature built on top of low-level debugging protocols or debugger server internally uses low-level debugging protocol I think it will be the correct to add reference map to corresponding low-level protocol call to justify request / notification usage.

from debug-adapter-protocol.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.