Feb. 16, 2015
3:52 p.m.
On 16 Feb 2015, at 16:45, Marcus Denker <marcus.denker@inria.fr> wrote:
On 15 Feb 2015, at 18:34, Nicolai Hess <nicolaihess@web.de <mailto:nicolaihess@web.de>> wrote:
Issue: 14060 <https://pharo.fogbugz.com/default.asp?14060> MNU: receiver of "stepToCallee" is nil
I suggest we remove this method from nautilus. If we really want to provide such a feature, the implementation should go to TestCase and/or Context. The SystemBrowser should not tinker with processes and manipulate context stacks.
Yes. (The method is NautilusUI>>#debugTest: )
I committed a change to remove it. Marcus