s+
s&
s –
Set the display mode for commands that display instruction code:
Command | Action |
s – | Disassemble and display the instruction code in memory |
s& | Display the source line and the disassembled code |
s+ | Display the source line corresponding to the instruction to be displayed |
Source lines are identified by module.lineno, where module is the source filename (without a path or extension) and lineno is the line number in the source file.