File: control

package info (click to toggle)
xdebug 2.0.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,460 kB
  • ctags: 1,084
  • sloc: ansic: 10,536; sh: 6,895; xml: 1,866; makefile: 550; perl: 57
file content (30 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: xdebug
Section: devel
Priority: optional
Maintainer: Martin Meredith <mez@ubuntu.com>
Uploaders: Marcelo Jorge Vieira (metal) <metal@alucinados.com>
Build-Depends: debhelper (>= 6), php5-dev (>= 5.2.0-10)
Standards-Version: 3.7.3
Homepage: http://xdebug.org/
Vcs-bzr: sftp://bzr.debian.org/bzr/collab-maint/xdebug

Package: php5-xdebug
Architecture: any
Depends: ucf, ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Description: Xdebug Module for PHP 5
 The Xdebug extension helps you debugging your script by providing a lot of
 valuable debug information. The debug information that Xdebug can provide
 includes the following:
 .
    * stack traces and function traces in error messages with:
       - full parameter display for user defined functions
       - function name, file name and line indications
       - support for member functions
    * memory allocation
    * protection for infinite recursions
 .
 Xdebug also provides:
 .
    * profiling information for PHP scripts
    * script execution analysis
    * capabilities to debug your scripts interactively with a debug client