Sun Studio 12 Update 1: Debugging a Program With dbx

Implementing a Simple Trace

To implement a simple trace, type:


(dbx) when step { echo at line $lineno; }