Title: Using GClientApp's interactive debugger
Status: Current

To use Common's built-in interactive debugger, run your GClientApp-based 
application with the --interactive-debugger flag. 

You should be prompted with

  > <string>(0)?()
  (Pdb)

This means you are in the interactive debugger.  (Pdb) is the debugger's
prompt.

To run your application until a certain method is called, do:

(Pdb)
