~ubuntu-branches/ubuntu/hardy/gnue-common/hardy

« back to all changes in this revision

Viewing changes to doc/technotes/00009.txt

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-03-09 11:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050309110631-8gvvn39q7tjz1kj6
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Title: Using GClientApp's interactive debugger
 
2
Status: Current
 
3
 
 
4
To use Common's built-in interactive debugger, run your GClientApp-based 
 
5
application with the --interactive-debugger flag. 
 
6
 
 
7
You should be prompted with
 
8
 
 
9
  > <string>(0)?()
 
10
  (Pdb)
 
11
 
 
12
This means you are in the interactive debugger.  (Pdb) is the debugger's
 
13
prompt.
 
14
 
 
15
To run your application until a certain method is called, do:
 
16
 
 
17
(Pdb)