1C:Enterprise includes a debug server (dbgs.exe) that supports application debugging over HTTP. The debug server is integrated into Eclipse (Debug perspective).
The debug server manages the debugging. It performs the following operations:
- Store the lists of available debug items and attached debug items.
- Translate debug commands issued by EDT to commands sent to debug items (stop, resume, and so on).
To debug server debug items, run the debug server as a part of the server cluster (run it with -debug -http command-line option). You can use a standalone debug server for debugging the client part of your application.
Note that you cannot debug the server script on a debug server that is not a part of the cluster.
Next page: Available tools