SOMns icon indicating copy to clipboard operation
SOMns copied to clipboard

WebDebugger Features

Open smarr opened this issue 9 years ago • 3 comments

Features to be added

  • [x] adding of breakpoints via line numbers
  • [x] removing of breakpoints via line numbers
  • [x] display configure breakpoints in list
  • [x] set all know breakpoints on reconnect

smarr avatar Apr 06 '16 13:04 smarr

  • [x] stop execution on breakpoint, wait for UI input to continue
  • [x] continue on UI request
    • reset current node
  • [x] send position info to UI, and display it
  • [x] display stack trace in UI

smarr avatar Apr 06 '16 15:04 smarr

  • [x] update source sections and tags
    • collect and send source sections
    • from all call targets for source
    • remove old source section spans, then apply new ones

smarr avatar Apr 06 '16 22:04 smarr

  • [x] change tab and scroll to current suspended node
  • [ ] switch between stack frames
    • [ ] update suspended node
    • [ ] update stack variable/state view
  • [ ] inspector for values on hover
  • [ ] inspector windows for objects

smarr avatar Apr 17 '16 22:04 smarr