debugger inspector pane different than inspect pane?

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

debugger inspector pane different than inspect pane?

Stephane Ducasse-3
Hi andrei

I'm debugger a node of a tree and in the debugger
the tree pane is empty. Now when I click on the node and inspect 
it I get a tree representation. 

I do not know if you are aware of this behavior. 

Stef
Reply | Threaded
Open this post in threaded view
|

Re: debugger inspector pane different than inspect pane?

Andrei Chis
 Not aware of this bug. I tried to debug a few other objects that have custom tree presentations and they seem to work. I'll need a way to reproduce this. Can you paste the code of the custom presentation that is problematic.

Cheers,
Andrei

On Wed, Mar 29, 2017 at 9:11 AM, Stephane Ducasse <[hidden email]> wrote:
Hi andrei

I'm debugger a node of a tree and in the debugger
the tree pane is empty. Now when I click on the node and inspect 
it I get a tree representation. 

I do not know if you are aware of this behavior. 

Stef

Reply | Threaded
Open this post in threaded view
|

Re: debugger inspector pane different than inspect pane?

Tudor Girba-2
Hi Stef,

Does the issue relate to the SmaCC tree presentation of an AST node?

Cheers,
Doru


> On Mar 29, 2017, at 10:59 AM, Andrei Chis <[hidden email]> wrote:
>
>  Not aware of this bug. I tried to debug a few other objects that have custom tree presentations and they seem to work. I'll need a way to reproduce this. Can you paste the code of the custom presentation that is problematic.
>
> Cheers,
> Andrei
>
> On Wed, Mar 29, 2017 at 9:11 AM, Stephane Ducasse <[hidden email]> wrote:
> Hi andrei
>
> I'm debugger a node of a tree and in the debugger
> the tree pane is empty. Now when I click on the node and inspect
> it I get a tree representation.
>
> I do not know if you are aware of this behavior.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"Every now and then stop and ask yourself if the war you're fighting is the right one."





Reply | Threaded
Open this post in threaded view
|

Re: debugger inspector pane different than inspect pane?

Stephane Ducasse-3
Yes doru this is when I get a node resulting from Smacc 
Andrei I can share my image 

Stef

On Wed, Mar 29, 2017 at 1:53 PM, Tudor Girba <[hidden email]> wrote:
Hi Stef,

Does the issue relate to the SmaCC tree presentation of an AST node?

Cheers,
Doru


> On Mar 29, 2017, at 10:59 AM, Andrei Chis <[hidden email]> wrote:
>
>  Not aware of this bug. I tried to debug a few other objects that have custom tree presentations and they seem to work. I'll need a way to reproduce this. Can you paste the code of the custom presentation that is problematic.
>
> Cheers,
> Andrei
>
> On Wed, Mar 29, 2017 at 9:11 AM, Stephane Ducasse <[hidden email]> wrote:
> Hi andrei
>
> I'm debugger a node of a tree and in the debugger
> the tree pane is empty. Now when I click on the node and inspect
> it I get a tree representation.
>
> I do not know if you are aware of this behavior.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"Every now and then stop and ask yourself if the war you're fighting is the right one."






Reply | Threaded
Open this post in threaded view
|

Re: debugger inspector pane different than inspect pane?

Andrei Chis


On Wed, Mar 29, 2017 at 6:10 PM, Stephane Ducasse <[hidden email]> wrote:
Yes doru this is when I get a node resulting from Smacc 
Andrei I can share my image 

Please do.

Cheers,
Andrei
 

Stef

On Wed, Mar 29, 2017 at 1:53 PM, Tudor Girba <[hidden email]> wrote:
Hi Stef,

Does the issue relate to the SmaCC tree presentation of an AST node?

Cheers,
Doru


> On Mar 29, 2017, at 10:59 AM, Andrei Chis <[hidden email]> wrote:
>
>  Not aware of this bug. I tried to debug a few other objects that have custom tree presentations and they seem to work. I'll need a way to reproduce this. Can you paste the code of the custom presentation that is problematic.
>
> Cheers,
> Andrei
>
> On Wed, Mar 29, 2017 at 9:11 AM, Stephane Ducasse <[hidden email]> wrote:
> Hi andrei
>
> I'm debugger a node of a tree and in the debugger
> the tree pane is empty. Now when I click on the node and inspect
> it I get a tree representation.
>
> I do not know if you are aware of this behavior.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"Every now and then stop and ask yourself if the war you're fighting is the right one."







Reply | Threaded
Open this post in threaded view
|

Re: debugger inspector pane different than inspect pane?

Andrei Chis
Hi Stef,

Thanks for sharing the image.
Found and fixed the bug: https://pharo.fogbugz.com/f/cases/19897

Cheers,
Andrei

On Wed, Mar 29, 2017 at 7:53 PM, Andrei Chis <[hidden email]> wrote:


On Wed, Mar 29, 2017 at 6:10 PM, Stephane Ducasse <[hidden email]> wrote:
Yes doru this is when I get a node resulting from Smacc 
Andrei I can share my image 

Please do.

Cheers,
Andrei
 

Stef

On Wed, Mar 29, 2017 at 1:53 PM, Tudor Girba <[hidden email]> wrote:
Hi Stef,

Does the issue relate to the SmaCC tree presentation of an AST node?

Cheers,
Doru


> On Mar 29, 2017, at 10:59 AM, Andrei Chis <[hidden email]> wrote:
>
>  Not aware of this bug. I tried to debug a few other objects that have custom tree presentations and they seem to work. I'll need a way to reproduce this. Can you paste the code of the custom presentation that is problematic.
>
> Cheers,
> Andrei
>
> On Wed, Mar 29, 2017 at 9:11 AM, Stephane Ducasse <[hidden email]> wrote:
> Hi andrei
>
> I'm debugger a node of a tree and in the debugger
> the tree pane is empty. Now when I click on the node and inspect
> it I get a tree representation.
>
> I do not know if you are aware of this behavior.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"Every now and then stop and ask yourself if the war you're fighting is the right one."








Reply | Threaded
Open this post in threaded view
|

Re: debugger inspector pane different than inspect pane?

Stephane Ducasse-3
:) Tx!

On Fri, Mar 31, 2017 at 3:22 PM, Andrei Chis <[hidden email]> wrote:
Hi Stef,

Thanks for sharing the image.
Found and fixed the bug: https://pharo.fogbugz.com/f/cases/19897

Cheers,
Andrei

On Wed, Mar 29, 2017 at 7:53 PM, Andrei Chis <[hidden email]> wrote:


On Wed, Mar 29, 2017 at 6:10 PM, Stephane Ducasse <[hidden email]> wrote:
Yes doru this is when I get a node resulting from Smacc 
Andrei I can share my image 

Please do.

Cheers,
Andrei
 

Stef

On Wed, Mar 29, 2017 at 1:53 PM, Tudor Girba <[hidden email]> wrote:
Hi Stef,

Does the issue relate to the SmaCC tree presentation of an AST node?

Cheers,
Doru


> On Mar 29, 2017, at 10:59 AM, Andrei Chis <[hidden email]> wrote:
>
>  Not aware of this bug. I tried to debug a few other objects that have custom tree presentations and they seem to work. I'll need a way to reproduce this. Can you paste the code of the custom presentation that is problematic.
>
> Cheers,
> Andrei
>
> On Wed, Mar 29, 2017 at 9:11 AM, Stephane Ducasse <[hidden email]> wrote:
> Hi andrei
>
> I'm debugger a node of a tree and in the debugger
> the tree pane is empty. Now when I click on the node and inspect
> it I get a tree representation.
>
> I do not know if you are aware of this behavior.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"Every now and then stop and ask yourself if the war you're fighting is the right one."