Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Common breakpoints across all debug targets causes problems...

Actually, I think this behavior causes problems even for Java debug
targets.
When one debugs client/server scenario, where multiple clients share the
same source code.
If I am running into synchronization problems, I might like to stop at
different
locations for different clients (that share the same source). Today, all
breakpoints
will be shared among all clients, which may cause stops at undesirable
locations.

I think this is another issue that eventually will need to be addressed.

Vadim Berestetsky
IBM Distributed Debugger Development.



                                                                                                                                               
                      Alan                                                                                                                     
                      Boxall/Toronto/IBM@IBMCA         To:       platform-debug-dev@xxxxxxxxxxx                                                
                      Sent by:                         cc:                                                                                     
                      platform-debug-dev-admin@        Subject:  [platform-debug-dev] Common breakpoints across all debug targets causes       
                      eclipse.org                       problems...                                                                            
                                                                                                                                               
                                                                                                                                               
                      09/04/2002 06:11 PM                                                                                                      
                      Please respond to                                                                                                        
                      platform-debug-dev                                                                                                       
                                                                                                                                               
                                                                                                                                               



An area that is causing us usability issues is the common breakpoint
manager.

Because our plugin interacts with debug engines that work on different
platforms/OS's it can get confusing to the user when they add/change or
delete a breakpoint.   In most cases they think they are interacting with
the current debug target and expect it to behave as if there is that
context.

One area in particular is when one of our special breakpoints that the user
creates is not valid.    Because it might be valid to other debug targets
we don't automatically delete an invalid breakpoint because it might be
valid when working with another debug target.

I don't have a solution at the moment.   Over the next couple of weeks I
will be spending more time looking at this issue so for now I just want to
raise the requirement to have a context for the breakpoint manager.

Alan Boxall - IBM Distributed Debugger

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






Back to the top