April 11, 2011
9:07 a.m.
Status: Accepted Owner: laurent....@gmail.com New issue 3985 by laurent....@gmail.com: 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.