xdebug
Trigger XDebug session remotely in NetBeans
In Eclipse I could use the Easy XDebug tool for Firefox to start a debugging session by clicking the debug icon and refreshing the page.Eclipse would then launch its debugger.[详细]
2023-04-05 04:39 分类:问答Using xdebug to debug a page that is remotely included into another page
Normally I have a site that runs on a webserver (say, http://myserver/mysite) and I can browse开发者_开发技巧 and debug it fine. For a particular project we have a setup where there is an extra applic[详细]
2023-04-05 04:30 分类:问答What is "<Cycle 1>" an indication of in Xdebug?
I have an xdebug profile on a php script that I parsed with kcachegrind. Here is a screenshot showing that the most time spent inside any given function was spent inside <cycle 1> and the top \'[详细]
2023-04-04 23:32 分类:问答How to config eclipse debug to follow classes-(php files) used?
if you want to follow the classes loaded (to be more specific php classes) from a开发者_运维问答 debug method, what is the way to do that.[详细]
2023-04-04 21:44 分类:问答Setting up Xdebug for drupal site
I have been trying to get xdebug, netbeabs 7.0 and drupal work to no avail. The drupal site is hosted remotely on xyz.com:8081. The port forwarding is setup to forward the port 9000 to the host in tha[详细]
2023-04-02 04:47 分类:问答Enable "break on error" with xDebug in PHPStorm
I can debug with xDebug in开发者_开发问答 PHPStorm by setting breakpoints. But I really want to jump back into IDE when runtime error has occurred (e.g. null reference).[详细]
2023-03-31 19:08 分类:问答Remote debugging with XDebug and PHPStorm
First things first: Server is an Apache running on Debian in a VMPlayer Host is Windows 7 Debugging-Server is XDebug[详细]
2023-03-31 18:54 分类:问答How to stop xdebug from stopping on first line with PhpStorm?
I\'m having this weird problem. All my settings used to work OK, until I updated my version of PHP. I use macports and have the php5 and php5-xdebug ports installed.[详细]
2023-03-29 07:29 分类:问答How to get a stack-trace via api-call in xdebug?
We are using xdebug and the tracing work开发者_StackOverflow中文版s as advertised during code execution via..[详细]
2023-03-28 19:13 分类:问答NetBeans + xdebug: How can I restart my PHP session every time I start the debugger?
I\'m trying to debug a PHP website login system using NetBeans 7.0.1 and xdebug 2.1.0. I want to restart the PHP session every time I start the debugger (so that I\'m always \"logged out\" when I go t[详细]
2023-03-26 17:57 分类:问答