support: Customer Portal
Focused on delivering choice, investment protection and flexibility to organizations with valuable COBOL assets
 

Veryant Knowledge Base
Home > All Categories > Debugging > How to tell the Debugger to pause with a different key than the Pause key?
Question Title How to tell the Debugger to pause with a different key than the Pause key?
The Pause key on the keyboard makes the debugger to re-enter in debug mode after a "continue" command has been issued.

On some laptops the Pause key is missing from the keyboard, therefore you need to associate the same function to another key.

The Pause function is activated by the exception value 65535.
With this rule in mind, you can associate the exception value 65535 to a key of your choice by using isCOBOL configuration properties.

For example, if you want to use F6 instead of Pause in order to re-enter in debug mode, launch the Debugger as follows

iscrun -d -Discobol.key.f6=exception=65535 MYPROGRAM 
Authored by: Veryant Support This question has been viewed 6550 times so far.
Click Here to View all the questions in Debugging category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
How helpful was this article to you?
User Comments User Comments Add Comment
There are no user comments for this question. Be the first to post a comment. Click Here
Related Questions Related Questions
  1. How do I debug just one program in Application Server environment?
  2. How do I configure the debugger to find source code that is not in CLASSPATH?
  3. How do I specify isCOBOL, Java or application properties on the command line?
  4. Starting a new trace log file for the current run unit
  5. Did you know you can see the content of variables while debugging?
  6. Did you know how to show variables in Debugger using a tree structure?
Article Information Additional Information
Article Number: 196
Created: 2013-02-13 7:24 AM
Rating: No Rating
 
Article Options Article Options
Print Question Print this Question
Email Question Email Question to Friend
Export to Adobe PDF Export to PDF File
Export to MS Word Export to MS Word
Bookmark Article
Subscribe to Article Subscribe to Article
 
Search Knowledge Base Search Knowledge Base



 
 

© Veryant - All Rights Reserved
Veryant and isCOBOL are trademarks or registered marks of Veryant in the United States and other countries. All other marks are the property of their respective owners.