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:
- Click
Project >
MyProject Properties and click the
Debug tab.
- Check
Wait for animatable attachment.