Okay,so you use dbx from the command line. When dbx stops at a breakpoint,it tells you the source line where you stopped. Well that’s nice. But it’s usually not enough context to know where you really are. You’d like to see more of the source. You can use the ‘list’command to show [...]
