Difference between revisions of "SCOOP-A4: Debugger adaptation"
(New page: {{UnderConstruction}} Category:Concurrency_(SCOOP) Team: Jocelyn, Ian First thoughts about debugger/thread/SCOOP * Need to be able to switch threads ** Actually this is already possi...) |
(No difference)
|
Revision as of 00:26, 25 May 2010
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)