help removing NewList

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

help removing NewList

stepharo
Hi guys

I'm trying to remove NewList, MorphicAdapter. So I edited
initializeBindings and did
SpecInterpreter hardReset (or something like that).

Now I cannot open the Debugger anymore... endless loop.
I'm looking for the reference to NewList via Spec but I cannot find
them. I tried several
times. I looked at the initializePresenters...
Do you have any ideas? Suggestions?

Stef


Reply | Threaded
Open this post in threaded view
|

Re: help removing NewList

Andrei Chis

Hi Stef,

You can try to remove NewList from a moose 6 image. The gt debugger doesn't use the NewList so you should maybe be able to debug the debugger.

Cheers,
Andrei

On Jun 26, 2015 7:22 PM, "stepharo" <[hidden email]> wrote:
Hi guys

I'm trying to remove NewList, MorphicAdapter. So I edited initializeBindings and did
SpecInterpreter hardReset (or something like that).

Now I cannot open the Debugger anymore... endless loop.
I'm looking for the reference to NewList via Spec but I cannot find them. I tried several
times. I looked at the initializePresenters...
Do you have any ideas? Suggestions?

Stef


Reply | Threaded
Open this post in threaded view
|

Re: help removing NewList

Nicolai Hess
In reply to this post by stepharo

EyeInspector (ContextInspector) uses newlist

Am 26.06.2015 7:22 nachm. schrieb "stepharo" <[hidden email]>:
Hi guys

I'm trying to remove NewList, MorphicAdapter. So I edited initializeBindings and did
SpecInterpreter hardReset (or something like that).

Now I cannot open the Debugger anymore... endless loop.
I'm looking for the reference to NewList via Spec but I cannot find them. I tried several
times. I looked at the initializePresenters...
Do you have any ideas? Suggestions?

Stef


Reply | Threaded
Open this post in threaded view
|

Re: help removing NewList

stepharo
Thanks I was looking in the wrong place!


Le 26/6/15 20:31, Nicolai Hess a écrit :

EyeInspector (ContextInspector) uses newlist

Am 26.06.2015 7:22 nachm. schrieb "stepharo" <[hidden email]>:
Hi guys

I'm trying to remove NewList, MorphicAdapter. So I edited initializeBindings and did
SpecInterpreter hardReset (or something like that).

Now I cannot open the Debugger anymore... endless loop.
I'm looking for the reference to NewList via Spec but I cannot find them. I tried several
times. I looked at the initializePresenters...
Do you have any ideas? Suggestions?

Stef



Reply | Threaded
Open this post in threaded view
|

Re: help removing NewList

stepharo
In reply to this post by Andrei Chis
Thanks Andrei for the suggestion.

Le 26/6/15 20:00, Andrei Chis a écrit :

Hi Stef,

You can try to remove NewList from a moose 6 image. The gt debugger doesn't use the NewList so you should maybe be able to debug the debugger.

Cheers,
Andrei

On Jun 26, 2015 7:22 PM, "stepharo" <[hidden email]> wrote:
Hi guys

I'm trying to remove NewList, MorphicAdapter. So I edited initializeBindings and did
SpecInterpreter hardReset (or something like that).

Now I cannot open the Debugger anymore... endless loop.
I'm looking for the reference to NewList via Spec but I cannot find them. I tried several
times. I looked at the initializePresenters...
Do you have any ideas? Suggestions?

Stef



Reply | Threaded
Open this post in threaded view
|

Re: help removing NewList

stepharo
In reply to this post by Nicolai Hess
Thanks I forgot to look at the Model references!


Le 26/6/15 20:31, Nicolai Hess a écrit :

EyeInspector (ContextInspector) uses newlist

Am 26.06.2015 7:22 nachm. schrieb "stepharo" <[hidden email]>:
Hi guys

I'm trying to remove NewList, MorphicAdapter. So I edited initializeBindings and did
SpecInterpreter hardReset (or something like that).

Now I cannot open the Debugger anymore... endless loop.
I'm looking for the reference to NewList via Spec but I cannot find them. I tried several
times. I looked at the initializePresenters...
Do you have any ideas? Suggestions?

Stef