Uploaded image for project: 'UGENE'
  1. UGENE
  2. UGENE-8084

[Wd, debug] Setting breakpoint for all elements if one of them already has

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 1.13, 1.13.1, 1.13.2, 1.13.3, 1.14, 1.14.1, 1.14.2, 1.15, 1.15.1, 1.16, 1.16.1, 1.16.2, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22, 1.23, 1.24, 1.25, 1.26, 1.26.1, 1.26.2, 1.26.3, 1.27, 1.28, 1.28.1, 1.29, 1.30, 1.31, 1.31.1, 1.32, 33, 34, 35, 36, 37, 38, 39, 38.1, 40, 41, 40.1, 42, 43, 44, 45, 46, 47, 48, 49, 50
    • Fix Version/s: None
    • Component/s: Workflow
    • Tests Type:
      GUI automatic
    • Affect Type:
      Userdefined

      Description

      1. Enable the debug mode:
        1. "Preferences..."- >"Workflow Designer"->"Runtime settings".
        2. Check "Enable debugger".
        3. Click "OK" to confirm.
      2. Open the WD ("Run or Create Workflow" on the "Start Page").
        The "Choose Output Directory" dialog may appear. Set any directory and click "OK".
        Finally the WD window appeared.
      3. Open any samples. For example, double-click "Samples"- >"Alignment"->"Align sequences with MUSCLE".
        The "Align Sequences with MUSCLE Wizard" appears.
      4. Close the wizard.
        The WD window appears.
      5. Set a breakpoint on any element. For example:
        1. Select the "Read alignment" element on the Scene by clicking on it.
        2. Press Ctrl+B (⌘+B) (Break at element).
          The "Read alignment" element has a red frame.
      6. Press Ctrl+A (⌘+A) (Select all elements).
        All elements have a dashed frame.
      7. Press Ctrl+B (⌘+B) (Break at element).
        Expected state: all elements have the red frame, which means they all have a breakpoint.
        Current state: breakpoints are set only for those elements that didn't have them (in our example, the elements "Align with MUSLCE" and "Write alignment"), and missing for those that did have them ("Read alignment").

      When we click "Select all elements", all elements are selected, regardless of whether they were previously selected. It is logical to expect the same from setting breakpoints.
      Another motivation: in all software, if part of a word is highlighted in bold, then when you select the entire word and press Ctrl+B (make the text bold), all letters of the word become bold, including those that were bold remain bold.

        Attachments

          Activity

            People

            Assignee:
            biserova Evelina
            Reporter:
            biserova Evelina
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated: