~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcsrc/utils/debugsvr/README

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the Free Pascal debug server tool.
 
2
 
 
3
It's design goals and usage principle are the same as the ones for the
 
4
gdebug tools found in the gexperts collection for Delphi. 
 
5
(see http://www.gexperts.org/)
 
6
However, it is a totally new implementation, designed to be cross-platform
 
7
and with more options such as a remote debug server.
 
8
 
 
9
The interface of the dbugintf unit is designed to be more or less compatible 
 
10
with the dbugintf unit og gexperts.
 
11
 
 
12
To use this:
 
13
 
 
14
- Start the debug server (gtk or console version)
 
15
  (the unix socket version of dbugintf will attempt to start it if it
 
16
   is not yet started. The inet socket version will not)
 
17
 
 
18
- Include 'dbugintf' unit in your program/unit's 'uses' clause.
 
19
  
 
20
- Include 'SendDebug()' statements wherever needed in possible.
 
21
  (see other possible statements in the dbugintf unit file)
 
22
 
 
23
- Enjoy output of debugserver program !
 
24
 
 
25
Michael.