Previous Topic Next topic Print topic


Wait for Debuggable Attachment and Native COBOL

When you use Wait for animatable attachment the debugger waits for the program to start in a separate process before attempting to attach to it.
Note:
  • Works with native COBOL only.
  • You should not use this option if you are not debugging dynamic link libraries, otherwise debugging is suspended while waiting for a separate process that does not exist.

To enable the option:

  1. Click Project > MyProject Properties and click the Debug tab.
  2. Check Wait for animatable attachment.
Previous Topic Next topic Print topic