SEE icon indicating copy to clipboard operation
SEE copied to clipboard

Debug Adapter Protocol

Open GniLudio opened this issue 1 year ago • 0 comments

Code should be able to be executed within SEE.

For that the Show Code needs to be expanded with generic debugging UI. The actual debugging functionality will be implemented with the debug adapter protocol.

Functionalities:

  • [X] Execute Code
  • [X] Console window
    • [X] Showing program outputs
    • [X] Interactive evaluation of user inputs
    • [X] Search and filter options
    • [ ] Autocomplete
  • [X] Breakpoints / Logpoints
    • [X] Breakpoints
    • [ ] Logpoints
  • [X] Variable window
  • [X] Showing code position of last pause
    • [X] In code
    • [X] In the city
  • [X] Variable value shown on hover

GniLudio avatar Oct 04 '23 12:10 GniLudio