Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Debug/Phone 6-Oct-2011"

(Attendees)
m
Line 7: Line 7:
 
* IBM
 
* IBM
 
** Dani
 
** Dani
 +
** Mike
 +
* Wind River
 +
** Pawel
 +
* Ericsson
 +
** Mark K
  
 
== Agenda and Minutes  ==
 
== Agenda and Minutes  ==
 
* Status
 
* Status
 +
** Pawel
 +
*** Flex viewer, and debug toolbar
 +
** Mike
 +
*** Remote javascript debugging
 +
*** Backporting java 7 support to 6+
 +
** (note java 7 was a major feature released in a maintenance release.  It has special consideration.)
 +
** Dani
 +
*** Git migration done for whole Eclipse SDK except for some releng stuff.
 
* Debug Toolbar - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258767 258767]
 
* Debug Toolbar - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258767 258767]
 +
** Mark: adding a visual view which will exist in parallel to Debug view
 +
** Dani:
 +
*** What do we want to achieve: we did not reach debug-view less debugging
 +
*** Is there something in the debug perspective: for example should we add to make this possible
 +
*** The view menu item that moves the debug toolbar to main, it gives the impression that you can move the debug toolbar.  It's new concept, that's being introduced to user in an inconsistent way.  It breaks the concept that you can have a global toolbar that acts in a local way. 
 +
*** What happens when the view is not active?  Should debug toolbar be hidden.
 +
** Mark: bad workflow: User needs to go to Debug view to turn on the Debug toolbar.
 +
** Dani: a global preference would be preferable which says: view-less debugging/debug with global toolbar.  A workflow preference rather than an individual UI element.
 +
** Dani: other debug actions could be contributed to debug toolbar not just run control.
 +
** Set preference in M3 to have toolbar in main toolbar.
 +
 +
*** View needs to have run control actions and top level toolbar would be very helpful.
 
* Flex viewer refactoring - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=161435 161435]
 
* Flex viewer refactoring - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=161435 161435]
 +
* Git
  
 
== Action ==
 
== Action ==
 +
** Debug toolbar
 +
*** Turn on debut toolbar action set.
 +
*** Turn off debug view toolbar, add a view setting to turn on view toolbar.
 +
*** Toggle skip-all breakpoints action.
 +
*** Run-to-line action fix too.
 +
*** ?Breadrumb in breakpoints view.?

Revision as of 11:40, 6 October 2011

Call Info

Debug/Meeting_Notes#Call_Info

Attendees

To be edited

  • IBM
    • Dani
    • Mike
  • Wind River
    • Pawel
  • Ericsson
    • Mark K

Agenda and Minutes

  • Status
    • Pawel
      • Flex viewer, and debug toolbar
    • Mike
      • Remote javascript debugging
      • Backporting java 7 support to 6+
    • (note java 7 was a major feature released in a maintenance release. It has special consideration.)
    • Dani
      • Git migration done for whole Eclipse SDK except for some releng stuff.
  • Debug Toolbar - 258767
    • Mark: adding a visual view which will exist in parallel to Debug view
    • Dani:
      • What do we want to achieve: we did not reach debug-view less debugging
      • Is there something in the debug perspective: for example should we add to make this possible
      • The view menu item that moves the debug toolbar to main, it gives the impression that you can move the debug toolbar. It's new concept, that's being introduced to user in an inconsistent way. It breaks the concept that you can have a global toolbar that acts in a local way.
      • What happens when the view is not active? Should debug toolbar be hidden.
    • Mark: bad workflow: User needs to go to Debug view to turn on the Debug toolbar.
    • Dani: a global preference would be preferable which says: view-less debugging/debug with global toolbar. A workflow preference rather than an individual UI element.
    • Dani: other debug actions could be contributed to debug toolbar not just run control.
    • Set preference in M3 to have toolbar in main toolbar.
      • View needs to have run control actions and top level toolbar would be very helpful.
  • Flex viewer refactoring - 161435
  • Git

Action

    • Debug toolbar
      • Turn on debut toolbar action set.
      • Turn off debug view toolbar, add a view setting to turn on view toolbar.
      • Toggle skip-all breakpoints action.
      • Run-to-line action fix too.
      •  ?Breadrumb in breakpoints view.?

Back to the top