| Summary: | Stop button in SystemTap IDE perspective not enabled automatically when script is running | ||
|---|---|---|---|
| Product: | [Tools] Linux Tools | Reporter: | Camilo Bernal <cabernal> |
| Component: | Systemtap | Assignee: | Otavio Pontes <obusatto> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | akurtakov, anithra, cabernal, pmuldoon, swagiaal |
| Version: | unspecified | ||
| Target Milestone: | 2.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Camilo Bernal
-- Reformatting bug report -- The "Stop running script" button in the SystemTap IDE is not enabled until console or editor with the running script is selected. Proposed Solution: Instead of having one button for stopping one or multiple script executions, I propose adding a "Stop running script" button for each console view running a stap script. This is similar to how local Java and C/C++ application termination is handled. Also, this avoids having to dynamically update the state of the stop button depending on what console is currently selected. Fix in git HEAD. |