SCOOP-A4: Debugger adaptation
Team: Jocelyn, Ian
First thoughts about debugger/thread/SCOOP
- 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
- Need to be able to debug after deadlock
- this requires an extra thread (Manu)
- Need to pause & resume threads
- 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)