This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
Interrupt Capabilities: Debug Tool needs the capability to stop after x number of calls to Debug Tool, and ask the user if they want to continue. Some languages offer the abiltiy to stop using the Attention key. However, this does not always work. Introducing tracing may exasperate the problem of long running debugging sessions, without the capability of breaking out of them. Let's define a new variable, such as Debug_calls, to a default value of something like 10,000. Provide the capability to modify this value. If any of the Debug Tool invocations exceed this value, pause the debug session, and ask the user if they want to continue, stop, or modify the Debug_calls variable and continue. This allows for a "governor" of run-away debugging sessions. This function is also helpful with the AT CHANGE command when using Debug Tool, when every statement is interrogated to see of storage changed. A value of zero will not stop.
Instead of using the number of times Debug Tool is called, a better approach may be a timer, which would be more intuitive than a count of calls to DT. It's not always obvious to a user when DT gets called. Something like:
SET INTERRUPT 60 (if no breakpoints are hit after 60 wall-clock seconds since the last user interaction, then stop the next time DT gets called)
For the interrupt feature, a timer might be more intuitive than a count of calls to DT. It's not always obvious to a user when DT gets called. Something like:
SET INTERRUPT 60 (if no breakpoints are hit after 60 wall-clock seconds since the last user interaction, then stop the next time DT gets called)
The development organization may decide the best technically feasible approach.
Doug Stout indicated he is asked about the interrupt capabilities quite frequently. This requirement is linked to requirement MR0907103332. It is best to have an interrupt capabilitiy before trace improvements are made.
Idea priority | Medium |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Development Tooling
Product - IBM Debug for z/OS
Component - z/OS Debugger
For recording keeping, the previous attributes were:
Brand - Servers and Systems Software
Product family - Development Tooling
Product - IBM Debug Tool
Component - Host
Thank you for your submission. While we do agree this is an important feature to implement, we do not foresee being able to deliver this within a two year roadmap, and are therefore rejecting it for the time being.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Development Tooling
Product - IBM Debug Tool
For recording keeping, the previous attributes were:
Brand - WebSphere
Product family - Enterprise Tooling
Product - IBM Debug Tool
The absence of the ATTN function in Debug Tool almost derailed the COPA project. This is a very important requirement.
The absence of the ATTN function in Debug Tool almost derailed the COPA project. This is a very important requirement.