Top
NetCOBOL V11.0 Debugging Guide
FUJITSU Software

Appendix A Debugger Command Lists

This appendix lists the debugger commands. For details on the command specification format, refer to Help.

Table A.1 Debugger Commands

Command Name

Function

ALTERTHREAD

Change the thread status.

ASSIGNDATA

Allocate a data file.

AUTORUN

Debugs automatically.

BREAK

Sets a breakpoint.

CALLS

Displays the calling path.

CLOSEDATA

Close a data file.

CONTINUE

Resumes execution.

COUNT

Sets a passage count point.

CURRENTTHREAD

Change the implicit thread.

DATACHK

Monitors satisfaction of a conditional expression.

DELCOUNT

Cancels a passage count point.

DELDCHK

Cancels monitoring satisfaction of a conditional expression.

DELDTR

Cancels monitoring changes in data item contents.

DELETE

Cancels a breakpoint.

DELMON

Cancels monitoring for changes in a data item.

DTRACE

Monitors change in data item contents. (No interruption at change)

ENV

Sets up and changes the debug environment.

LINKAGE

Acquires a data area in the linkage section.

LIST

References data area contents.

MONITOR

Monitors changes in data item contents. (Interruption at change)

OPENDATA

Open a data file.

READDATA

Read from a data file.

RERUN

Re-debug.

RUNTO

Executes with a breakpoint specification.

SCOPE

Changes program qualification.

SET

Changes data area contents.

SKIP

Changes the current execution position.

STATUS

Displays debug status.

QUIT

Ends debugging

THREADLIST

Displays thread status.

WHERE

Displays the current execution position.

WRITEDATA

Write into a data file.