ContentsIndexPreviousNext

3.1.8 Debugger Restrictions

Please note the following restrictions on the debugger:

1. If you have a paragraph (or section) and a data item with the same name, that name will refer to the paragraph (section). If more than one paragraph (or section) has that name, the last one will be the one used. Other data items and paragraphs (sections) with that name can be referenced only by their addresses.

2. Although the compiler allows for up to 15 dimensions in a table, the debugger will let you access only the first three dimensions.

3. Although ACUCOBOL-GT object files are portable across all machines, an object file that contains debugging symbols or source may not be. These files can be run on other machines, but may cause errors if run with the debugger on the foreign machine.

4. You can use the debugger on a native-code module in the same fashion as you do for a portable-code module. The only restriction is that you may not begin execution at an arbitrary point in a native-code module (the "@!" command).