Debugging a Program With dbx

modules

To list the names of modules containing debugging information that have already been read into dbx:


modules -read

To list names of all program modules (with or without debugging info):


modules

To list all program modules with debugging info:


modules -debug

To print the name of the current module:


module