You can directly debug Link Library projects that produce a single .dll file. The entry point for this type of projects is always the first COBOL program passed to the linker when the .dll is created, or the program which you may have specified in your own .def file. If you do not use a .def file, the IDE links programs in the order in which they appear in the project file which is alphabetical order by default.