do we need to debug testmethods from within Nautilus ?
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. Or is there a way to (programmatic) set a break point (halt) and just execute the method?
On 15 Feb 2015, at 18:34, Nicolai Hess <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: )
Or is there a way to (programmatic) set a break point (halt) and just execute the method?
We will have it with the new breakpoints. So after they are in we could add this functionality back. Marcus
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
Ok, thank you marcus Nicolai 2015-02-16 16:52 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:
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> 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
participants (2)
-
Marcus Denker -
Nicolai Hess