Skip to content

Debugger Implementation

David Nichols edited this page Dec 28, 2017 · 3 revisions

Outstanding Implementation Issues

  • Documentation
    • WebSocket protocol documentation
    • Client documentation
  • Server-side frame context handling vs client-side thread and program context handling
    • When setting the frame context and the Program context changes with that frame, the Program context should probably change as well - if so, does this mean that the Program context should be handled server-side as well? TBD
  • Implement support for calling server-side code from the debugger client

Qore issues: