Debugger : Referring to Unnamed Objects : Unnamed Activities and States

Unnamed Activities and States

For all charts that you did not name, the Debugger assigns internal names. This allows you to reference them when using Debugger commands. Internal names of unnamed states and activities are constructed as follows:

STATE#id_number
ACTIVITY#id_number
 
 

Using the Debugger command LIST STATE results in the following display:

ews:ST_OUT
ews:STATE#1201
ews:ST_IN
ews:STATE#1202
 

Since the hierarchy of the states is used in formatting the output of the LIST STATE command, it is easy to see that the unnamed state within ST_OUT has the internal name STATE#1201.

You can use the internal name to reference the state or activity. For example:

Pdb > SET BREAK bp entered(STATE#1201)