HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TRIGGER LOAD

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Initiates deferred breakpoint processing for a module.
Read syntax diagramSkip visual syntax diagram
>>-TRIgger--LOAd--module-name----------------------------------><

module-name
The name of the module.

Examples

Given an initial target program FPROG, and a program BPROG which is loaded through a method that bypasses IDF's DBREAK trapping, you can establish the deferred breakpoints as usual with DBREAK commands. Once BPROG is in storage, the command TRIGGER LOAD BPROG causes IDF's deferred breakpoint processing to begin.
dbreak (bprog.bedrock)
⋮
trigger load bprog

Return codes

0
Operation successful
1
Missing keyword
2
Keyword truncated
5
Arguments are invalid

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014