Debugging in Eclipse
- If you delete a project while you are debugging it, the delete action will only be partially successful and errors will occur. You must stop the debug process before deleting a project.
- If you import the COBOL JVM /Extension methods demo, set a breakpoint and start debugging, the main source is found but when you step into twice you get a report that the source for
StringExtension.cbl cannot be found (even though it is located in the same directory as the main source and is on the source lookup path.
- A core dump file is not created for a stack overflow condition.