SCOOP-A4: Debugger adaptation

Construction.png Not Ready for Review: This Page is Under Development!

Team: Jocelyn, Ian

First thoughts about debugger/thread/SCOOP

  1. Need to be able to switch threads
    • Actually this is already possible, but for SCOOP, we'll need to identify the technical thread (for scheduler..) from the application thread
  2. Need to be able to debug after deadlock
    • this requires an extra thread (Manu)
  3. Need to pause & resume threads
  4. Need to be able to step staying on the same thread.
    • This might be easy to achieve soon, for current EiffelStudio's need (and thus for SCOOP as well)