> 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:

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...

Reply via email to