fpc/utils/debugsvr
marco 74aff88586 --- Merging r49045 into '.':
C    Makefile
C    Makefile.fpc
--- Recording mergeinfo for merge of r49045 into '.':
 U   .
Summary of conflicts:
  Text conflicts: 2

# revisions: 49045
r49045 | jonas | 2021-03-24 15:33:09 +0100 (Wed, 24 Mar 2021) | 1 line
Changed paths:
   M /trunk/Makefile
   M /trunk/Makefile.fpc

  * support building with FPC 3.2.2

git-svn-id: branches/fixes_3_2@49384 -
2021-05-20 20:03:52 +00:00
..
console Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
gtk Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
dbugintf.pp
debugserverintf.pp
Makefile --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc.fpcmake * Switched utils to fpmake building 2013-05-26 19:05:11 +00:00
msgintf.pp
README.txt
speeddebug.pp
testdebug.pp

This is the Free Pascal debug server tool.

It's design goals and usage principle are the same as the ones for the
gdebug tools found in the gexperts collection for Delphi. 
(see http://www.gexperts.org/)
However, it is a totally new implementation, designed to be cross-platform
and with more options such as a remote debug server.

The interface of the dbugintf unit is designed to be more or less compatible 
with the dbugintf unit og gexperts.

To use this:

- Start the debug server (gtk or console version)
  (the unix socket version of dbugintf will attempt to start it if it
   is not yet started. The inet socket version will not)

- Include 'dbugintf' unit in your program/unit's 'uses' clause.
  
- Include 'SendDebug()' statements wherever needed in possible.
  (see other possible statements in the dbugintf unit file)

- Enjoy output of debugserver program !

Michael.