Menu

#633 Visually inform the user, if the debugger is needing his attention

v1.1.x
closed
v1.1.4
Change Request
2022-01-18
2021-08-30
Erik Hänel
No

If the code is currently interrupted by the debugger, inform the user by some visual effect about this state. This can be something like a flashing effect or a change in colour.

Analysis:

We'll deactivate the debugger toolbar always after the user clicked on any of it's elements. We'll also change the titlebar to "continuing ...", if the user clicked on a continue-like tool. Furthermore, we'll add a setting, to "flash the taskbar icon on every breakpoint".

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r1009]
  • Implementation test: Debugger was run with and without flashing effect. No deviations detected.

Documentation:

  • ChangesLog updated
  • Code changes commented
  • Documentation articles:
    • corresponding documentation articles updated
    • new documentation articles created
    • not needed
  • Language files:
    • corresponding language files updated
    • not needed

Tests:

Change was tested manually. No deviations detected.

Related

Commit: [r1009]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-09-11
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-09-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     If the code is currently interrupted by the debugger, inform the user by some visual effect about this state. This can be something like a flashing effect or a change in colour.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-09-11
    • labels: --> gui, debugger, options
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     If the code is currently interrupted by the debugger, inform the user by some visual effect about this state. This can be something like a flashing effect or a change in colour.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +We'll deactivate the debugger toolbar always after the user clicked on any of it's elements. We'll also change the titlebar to "continuing ...", if the user clicked on a continue-like tool. Furthermore, we'll add a setting, to "flash the taskbar icon on every breakpoint".
    
     ###Implementation:
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-09-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     We'll deactivate the debugger toolbar always after the user clicked on any of it's elements. We'll also change the titlebar to "continuing ...", if the user clicked on a continue-like tool. Furthermore, we'll add a setting, to "flash the taskbar icon on every breakpoint".
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implemented as proposed by the analysis.
    +* Revision: [r1009]
    +* Implementation test: Debugger was run with and without flashing effect. No deviations detected.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1009]

  • Erik Hänel

    Erik Hänel - 2022-01-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Change was tested manually. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel