Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] [Memory View]: Changing selection in Variables view affects the content of Memory view

Samantha,

Is there an example why this approach is better than just to connect the Memory view to the selection in the Debug view?

Thanks,
Mikhail
----- Original Message ----- From: "Samantha Chan" <chanskw@xxxxxxxxxx> To: "Eclipse Platform Debug component developers list." <platform-debug-dev@xxxxxxxxxxx>
Sent: Friday, June 17, 2005 1:40 PM
Subject: Re: [platform-debug-dev] [Memory View]: Changing selection in Variables view affects the content of Memory view


Hi -

Yes, it is working as expected.  The Memory View listens for selection
events form the workbench and will try to bring up memory blocks from an
IDebugElement.  The idea is that any view may be displaying an
IDebugElement that is capable of retrieving a IMemoryBlock.  The view
will
try to find memory blocks associated with the selected debug element and
display them.

Thanks...
Samantha





            "Mikhail

            Khodjaiants"

            <mikhailk@xxxxxxx
To
            >                         <platform-debug-dev@xxxxxxxxxxx>

            Sent by:
cc
            platform-debug-de

            v-bounces@eclipse
Subject
            .org                      [platform-debug-dev] [Memory
View]:
                                      Changing selection in Variables

                                      view affects the content of
Memory
            06/17/2005 12:05          view

            PM





            Please respond to

            "Eclipse Platform

             Debug component

            developers list."









Hi,

RenderingViewPane doesn't filter selection changes from the Variables
view.
Actually, the same applies to the selection changes from any workbench
part, but only those who's elements extend IDebugElement affect the
Memory
view's content.
Is this an expected behaviour?

Thanks,
Mikhail Khodjaiants

QNX Software Systems_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev


_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top