[squeak-dev] The Trunk: Tools-mt.1189.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 15 15:29:55 UTC 2023


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1189.mcz

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

Name: Tools-mt.1189
Author: mt
Time: 15 February 2023, 4:29:53.702748 pm
UUID: 9f8065c3-3843-aa49-b942-6e2dd5520b60
Ancestors: Tools-mt.1188

Avoid hiding errors in MessageTally code. Our current debugger is able to handle this case correctly.

=============== Diff against Tools-mt.1188 ===============

Item was changed:
  ----- Method: Debugger>>initialize (in category 'initialize-release') -----
  initialize
  
  	super initialize.
  
- 	Smalltalk at: #MessageTally ifPresentAndInMemory: [ :tally |
- 		tally terminateTimerProcess].
- 
  	selectingPC := true.
  	contextStackIndex := 0.
  	
  	"The default termination procedure is aggressive to ignore currently running, and thus erroneous, ensure-blocks in the debugged process. The preference can change that."
  	terminateProcessSelector := self class closeMeansAbandon
  		ifTrue: [#terminateAggressively]
  		ifFalse:[#terminate].!



More information about the Squeak-dev mailing list