2017 © Pedro Peláez
 

library nette-xdebug-helper

Simple extension for Nette Framework, which integrates into the Debug Bar and enables you to easily start and stop a Xdebug session.

image

jsmitka/nette-xdebug-helper

Simple extension for Nette Framework, which integrates into the Debug Bar and enables you to easily start and stop a Xdebug session.

  • Friday, June 21, 2013
  • by jsmitka
  • Repository
  • 4 Watchers
  • 10 Stars
  • 8,773 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

XDebug Helper for Nette Framework

Copyright (c) 2010-2013 Jan 'Panda' Smitka, (*1)

Simple extension for Nette Framework, which integrates into the Debug Bar and enables you to easily start and stop a Xdebug session., (*2)

Requirements

  • Nette Framework 2.0
  • PHP 5.3 or greater

If you wish to run this extension on PHP 5.2, just remove the namespace and use block in XDebugHelper.php., (*3)

Usage

Simply register a new debug panel in your config.neon:, (*4)

nette:
    debugger:
        bar: [NetteExtras\XDebugHelper()]

You can optionally specify your IDE key as the first parameter of the XDebugHelper constructor. Defaults to netbeans-xdebug, which is the most suitable option for NetBeans users., (*5)

The Versions

21/06 2013

dev-master

9999999-dev

Simple extension for Nette Framework, which integrates into the Debug Bar and enables you to easily start and stop a Xdebug session.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • ext-xdebug *

by Jan Smitka