Skip to content

realgud/realgud-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realgud-xdebug.el

Realgud xdebug interface, it uses the cli debugger dbgpClient.

Install

Source

To install, put this repository somewhere in your Emacs load path.

 (add-to-list 'load-path "/path/to/realgud-xdebug")

 (setq realgud:xdebug-command-name
	    "/path/to/dbgpClient")

use-pacakge + straight.el

This is a configuration example with use-pacakge and straight.el, it is also my personal configuration:

   (use-package realgud-xdebug
	  :straight (realgud-xdebug :fetcher "github"
				    :repo "realgud/realgud-xdebug"
				    :files ("realgud-xdebug.el"
					    ("xdebug" "xdebug/*.el")))
	  :config (setq realgud:xdebug-command-name
			"/path/to/dbgpClient"))

Supported features

Some of these features are describe in the realgud main repository

  • Kill
  • Backtrace
  • Continue
  • Next
  • Step
  • Finish
  • Break
  • Delete
  • Eval (this features is still not fully supported by the cli xdebug client)
  • Info-brekpoints

License

General Public License Version 3 (GPLv3)
Copyright (c) Fermin MF - https://sasanidas.gitlab.io/f-site/
https://github.com/realgud/realgud-xdebug/blob/master/LICENSE

About

PHP xdebug debugger support in emacs realgud

Resources

License

Stars

Watchers

Forks

Packages

No packages published