UpDebugging a COBOL Program Previous Next

Prerequisites for debugging a program

imagecompilation unit should have a .SVD file which is the debug information file for debugging. The .SVD files will be created when debug option enabled and the corresponding source file is compiled. Without these files the IDE cannot debug the corresponding compilation unit.


Previous Next

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2003-2005