~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to docs/en_US/debugger.html

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
<p>When entering parameter values, type the value into the appropriate cell
41
41
on the grid, or, leave the cell empty to represent NULL, enter '' (two single 
42
42
quotes) to represent an empty string, or to enter a literal string consisting 
43
 
of just two single quotes, enter \'\'.</p>
 
43
of just two single quotes, enter \'\'. PostgreSQL 8.4 and above supports
 
44
variadic function parameters. These may be entered as a comma-delimited list
 
45
of values, quoted and/or cast as required.</p>
44
46
 
45
 
<p>Once the debugger session has started you can step through the code using
 
47
<p>Once the debugger session has started, you can step through the code using
46
48
the menu options, keyboard shortcuts or toolbar buttons. Breakpoints may be 
47
49
set or cleared by clicking in the margin of the source window, or by clicking
48
50
on the desired code line and using the "Toggle breakpoint" button or menu
49
51
option. If you step into other functions, the Stack pane may be used to navigate
50
 
to different stack frames - simply select the frame you with to view.</p>
 
52
to different stack frames - simply select the frame you wish to view.</p>
51
53
 
52
54
<p>When the debugger has reached the end of the executable code, if running in-context
53
55
it will wait for the next call to the function, otherwise it will prompt for