Format: dbprint [w | f]
Print the source currently being viewed in the debugger. If f is specified, print the entire source file. If w is specified (and by default), print only the source that is presently visible in the debugger window.
Previous
Next