Debugging a Program With dbx

at lineno

The designated line is about to be executed. If filename is specified, then the designated line in the specified file is about to be executed. The file name can be the name of a source file or an object file. Although quote marks are not required, they may be necessary if the file name contains odd characters.


at filename:lineno

If the designated line is in template code, a breakpoint is placed on all instances of that template.