On Sat, Feb 16, 2013 at 10:27 AM, Camillo Bruni
<camillobruni@gmail.com> wrote:
> We should
>
> � � � -> rename it "Fuel out stack"
> � � � -> set a post-dematerialization action
> Because right now drag-and-drop does not lead to any result.
that is strange.. since I remember Mariano added a post action
that opens the debugger:
But I think Marcus is talking about the button in the debugger, not the HDTestRunner
�
see HDTestReport>>#serializeTestFailureContext:toFileNamed:
-------------------------------------------------------------------
...
serializer addPostMaterializationAction: [:materialization |
� � � � � � � � Smalltalk tools debugger
� � � � � � � � � � � � openContext: materialization root
� � � � � � � � � � � � label: 'This is the new debugger!'
� � � � � � � � � � � � contents: nil
� � � � � � � � ].
...
-------------------------------------------------------------------
so there must be something wrong with drag n'drop handler...