Home
last modified time | relevance | path

Searched refs:Xdebug (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/devel/pecl-xdebug/xdebug-3.1.2/
H A DREADME.rst1 Xdebug chapter
11 Xdebug is a debugging tool for PHP. It provides step-debugging and a whole
20 package), unless your Linux distribution has an Xdebug package (`php-xdebug`).
25 On most Linux distributions you can install Xdebug through its package
33 Unless you have installed Xdebug with a package manager on Linux, you also
52 The documentation has instructions for each of Xdebug's features:
59 Xdebug is written in C, and extensive knowledge of PHP's internals is
72 checkout of Xdebug's GitHub repository, and have compiled Xdebug in that
74 <https://xdebug.org/docs/install#source>`_ you can run Xdebug's tests by
92 Xdebug is released under `The Xdebug License
[all …]
H A Dxdebug.ini2 ; for Xdebug 3.1.2 — do not modify by hand
9 ; If this setting is 1, Xdebug will color var_dumps and stack traces output when
44 ; then Xdebug will check ``$_SERVER['FORWARD_HOST']`` before the
104 ; With this setting you configure Xdebug for use with Xdebug Cloud [1]. It needs
111 ; communicate through Xdebug Cloud.
114 ; | File | Settings | PHP | Debug | Xdebug Cloud for Windows and Linux
115 ; | PhpStorm | Preferences | PHP | Debug | Xdebug Cloud for macOS
507 ; Configures Xdebug's log file.
710 ; This setting controls which Xdebug features are enabled.
1106 ; variables Xdebug acts on.
[all …]
H A DLICENSE2 The Xdebug License, version 1.02
19 3. The name "Xdebug" must not be used to endorse or promote products
23 4. Products derived from this software may not be called "Xdebug", nor
24 may "Xdebug" appear in their name, without prior written permission
38 acknowledgment: "This product includes Xdebug, freely available
60 For more information Xdebug, please see <https://xdebug.org>.
H A Dconfig.m41 dnl config.m4 for extension Xdebug
3 PHP_ARG_ENABLE(xdebug, whether to enable Xdebug support,
4 [ --enable-xdebug Enable Xdebug support])
6 PHP_ARG_ENABLE(xdebug-dev, whether to enable Xdebug developer build flags,
7 [ --enable-xdebug-dev Xdebug: Enable developer flags],, no)
10 [ --without-xdebug-compression Xdebug: Disable compression through zlib],yes,no)
H A DCONTRIBUTING.rst4 Xdebug is hosted on Github. The source code can be browsed there and can be
16 - Fork Xdebug on GitHub.
18 Xdebug doesn't accept contributions from accounts with unnatural names.
65 currently exists, and also to define what the output should be. Xdebug uses
69 Each of Xdebug's modes has a specific directory where to place tests. For
H A Dconfig.w323 ARG_WITH("xdebug", "Xdebug support", "no");
48 AC_DEFINE("HAVE_XDEBUG", 1, "Xdebug support");
H A DCREDITS1 Xdebug
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/tests/
H A DTestCase.php13 use SebastianBergmann\CodeCoverage\Driver\Xdebug; alias
86 $stub = $this->createMock(Xdebug::class);
152 $stub = $this->createMock(Xdebug::class);
192 $stub = $this->createMock(Xdebug::class);
285 $stub = $this->createMock(Xdebug::class);
321 $stub = $this->createMock(Xdebug::class);
/dports/devel/gitlist/gitlist/vendor/phpunit/php-code-coverage/
H A DREADME.md14 [Xdebug](http://xdebug.org/) is the only source of raw code coverage data supported for PHP 5. Vers…
18 …ntly the only source of raw code coverage data supported for PHP 7. Once Xdebug has been updated f…
22 A version of HHVM that implements the Xdebug API for code coverage (`xdebug_*_code_coverage()`) is …
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/tests/tests/
H A DCodeCoverageTest.php14 use SebastianBergmann\CodeCoverage\Driver\Xdebug;
38 Xdebug::class,
60 Xdebug::class,
320 $this->createMock(Xdebug::class),
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/.github/
H A DISSUE_TEMPLATE.md5 | Driver | Xdebug / PHPDBG
6 | Xdebug version (if used) | x.y.z
/dports/devel/dasm/dasm-2.20.14.1/src/
H A Dexp.c155 if (Xdebug) in eval()
504 if (Xdebug) in eval()
567 if (Xdebug) in eval()
595 if (Xdebug) in evaltop()
638 if (Xdebug) in stackarg()
677 if (Xdebug) in doop()
684 if (Xdebug) in doop()
701 if (Xdebug) in doop()
H A Dmain.c468 Xdebug = atoi(str) != 0; in MainShadow()
469 printf( "Debug trace %s\n", Xdebug ? "ON" : "OFF" ); in MainShadow()
637 if (Xdebug) in MainShadow()
1048 if (Xdebug) in cleanup()
1064 if (Xdebug) in cleanup()
1077 if (Xdebug) in cleanup()
1082 if (Xdebug) in cleanup()
1474 if (Xdebug) in v_macro()
/dports/devel/maven33/apache-maven-3.3.9/bin/
H A DmvnDebug.cmd24 @REM -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
29 @set MAVEN_DEBUG_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/templates/
H A DPHP.gitlab-ci.yml19 # Install & enable Xdebug for code coverage reports
38 # If Xdebug was installed you can generate a coverage report and see code coverage metrics.
/dports/www/webgrind/webgrind-1.5.0/
H A DREADME.md3 Webgrind is a [Xdebug](http://www.xdebug.org) profiling web frontend in PHP. It implements a subset…
34 …ttinger.dk). It would not have been possible without the great tool that Xdebug is thanks to [Deri…
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/src/Driver/
H A DHHVM.php18 class HHVM extends Xdebug
H A DXdebug.php20 class Xdebug implements Driver class
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-code-coverage/
H A DREADME.markdown8 * [Xdebug](http://xdebug.org/) 2.0.5 (or later) is required but Xdebug 2.2.1 (or later) is highly r…
/dports/lang/smalltalk/smalltalk-3.2.5/snprintfv/
H A Dgenproto49 if test "X$1" = Xdebug; then
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-loggraph/src/main/resources/
H A Dloggraph-dev.sh38 java -Dlog4j.configuration=org/apache/zookeeper/graph/log4j.properties -Xdebug -Xrunjdwp:transport=…
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/lib/
H A Dvideobridge.rc8 # VIDEOBRIDGE_DEBUG_OPTIONS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
/dports/devel/staf/src/staf/install/ismp/jvms/aix_power/
H A Dibm_aix_141.jvm41 DEBUG: -Xdebug
H A Dibm_aix_15.jvm42 DEBUG:-Xdebug
/dports/www/grails/grails-1.3.6/bin/
H A Dgrails-debug.bat15 set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xnoagent -Dgrails.full.stacktrace=true -Djava.compiler=NONE -Xru…

12345678910>>...15