The Trunk: EToys-mt.433.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-mt.433.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.433.mcz

==================== Summary ====================

Name: EToys-mt.433
Author: mt
Time: 15 March 2021, 11:24:26.084586 am
UUID: 1972c4e4-1366-0d4d-81de-238053de5fa0
Ancestors: EToys-eem.432

Complements Kernel-mt.1381

Fixes for debugger invocation during code simulation. See  http://forum.world.st/Please-try-out-Fixes-for-debugger-invocation-during-code-simulation-td5127684.html

=============== Diff against EToys-eem.432 ===============

Item was changed:
  ----- Method: EtoysUnhandledError>>devDefaultAction (in category 'priv handling') -----
  devDefaultAction
 
+ ^ Processor
+ debugContext: exception signalerContext
- Processor activeProcess
- debug: exception signalerContext
  title: exception description
  full: false
+ contents: exception messageText!
- contents: exception messageText
- !