创建调用堆栈图
我们最近刚刚被投入到一个需要我们进入代码的大项目中(废话)。
我们正在使用不同的方法来熟悉它,断点等。但是我们发现一种方法是制作应用程序的调用树,最简单/最快的方法是什么?
通过代码?插件?手动?
该项目是一个 C# Windows 应用程序。
嗨,我的 xdebug 连接到 PHPUnit 时遇到问题。
运行时:
phpunit --coverage-html ./report unit
Run Code Online (Sandbox Code Playgroud)
我得到:
PHPUnit 3.4.15 by Sebastian Bergmann.
The Xdebug extension is not loaded.
Run Code Online (Sandbox Code Playgroud)
当我运行 php -v
PHP 5.2.13 (cli) (built: Mar 5 2010 16:23:44)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans
Run Code Online (Sandbox Code Playgroud)
当我运行 php -m
[PHP Modules]
bcmath
bz2
calendar
ctype
curl
date
dbase
dom
eAccelerator
exif …Run Code Online (Sandbox Code Playgroud)