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

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




Back to the top