Issue 3985 in pharo: Create temporary in debugger does not work for new keyword method

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

Issue 3985 in pharo: Create temporary in debugger does not work for new keyword method

pharo
Status: Accepted
Owner: [hidden email]

New issue 3985 by [hidden email]: Create temporary in debugger does  
not work for new keyword method
http://code.google.com/p/pharo/issues/detail?id=3985

Reproductible in Pharo 1.2 (Full) - looks ok in PharoCore 1.3

Create a class in the browser like

Foo >> bar
    self doSomethingWith: 2.


save and evaluate

Foo new bar.

Debugger pops up. Click create method doSomethingWith:

Foo>>doSomethingWith: aSmallInteger
   a := aSmallInteger
   ^ a.

Accept. Dialog popus up, select declare temp => does not work.




Reply | Threaded
Open this post in threaded view
|

Re: Issue 3985 in pharo: Create temporary in debugger does not work for new keyword method

pharo
Updates:
        Status: Closed

Comment #1 on issue 3985 by [hidden email]: Create temporary in  
debugger does not work for new keyword method
http://code.google.com/p/pharo/issues/detail?id=3985

If it's good in 1.3 than it's fixed.

(If someone wants to backport to 1.2, sunmit a fix... but we will release  
1.3 soon)