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.

Installs: 13 431

Dependents: 2

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 6

Open Issues: 3

pkg:composer/jsmitka/nette-xdebug-helper

dev-master 2013-06-21 07:47 UTC

This package is not auto-updated.

Last update: 2025-10-11 19:35:21 UTC


README

Copyright (c) 2010-2013 Jan 'Panda' Smitka

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

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.

Usage

Simply register a new debug panel in your config.neon:

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.