pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 52 forks source link

[P12][P13] fix `#needRequestorScope` of `StDebuggerContextInteractionModel` so that its bindings can be used when evaluating code in the debugger #762

Closed adri09070 closed 2 months ago

adri09070 commented 2 months ago

Currently, StDebuggerContextInteractionModel >> #needRequestorScope returns false, which prevents the debugger from using the bindings of its interaction model when evaluating code.

It should return true.

For more details, see discussion here

This should be merged to Pharo13 AND Pharo12

adri09070 commented 2 months ago

unrelated failing test