On 13 Jan 2014, at 18:12, Norbert Hartl <[email protected]> wrote:

> Today I started developing something new with 3.0. I downloaded a fresh 3.0 
> and worked with that. Inside the debugger I changed some code and accepted. I 
> got back the 
> 
> „Method for block not found on stack , can’t edit and continue“
> 
> dialog with the „browse“ button. Pressing that button leads to a DNU in 
> 
> DebugContext>>#blockNotFoundDialog:with:
> 
> saying the 
> 
> DebugContext>>#codeTextMorph is not understood 

strange… the code is

"let's browse the given method with the edited contents"
        browser := aMethod browse.
        browser 
                contents: aText; 
                changed: #contents.
        browser codeTextMorph 
                setSelection: self codeTextMorph selectionInterval;
                hasUnacceptedEdits: true


> 
> Furthermore do I use old style keybindings and cmd-f in the systembrowser 
> does not open the class find dialog. The context menu (showing f a s 
> shortcut) does.
> 
> Known problems?

No, I think we need issue tracker entries for both…

        Marcus

Reply via email to