View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000802 | Xdebug | Installation | public | 2012-03-22 17:49 | 2012-03-26 17:04 |
Reporter | ivan.ghisleni | Assigned To | derick | ||
Priority | high | Severity | block | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Product Version | 2.1.3 | ||||
Summary | 0000802: Problems installing "Debugclient" | ||||
Description | Hi to all I'm doing the thesis for university on Code coverage using Xdebug and I have problems with debugclient. I'm trying to install debug client on my ubuntu 10.04 but I have some problems... I didn't have problem configuring Xdebug, but when I tried to install debug client at the moment of make install it return this: make[1]: Entering directory and when i try to execute the first example the var_dump() doesn't work as the docs say..... it show this: array(4) { ["one"]=> string(23) "a somewhat long string!" ["two"]=> array(1) { ["two.one"]=> array(2) { ["two.one.zero"]=> int(210) ["two.one.one"]=> array(2) { ["two.one.one.zero"]=> float(3.141592564) ["two.one.one.one"]=> float(2.7) } } } ["three"]=> object(test)#1 (3) { ["pub"]=> RECURSION ["priv":"test":private]=> bool(true) ["prot":protected]=> int(42) } ["four"]=> array(6) { [0]=> int(0) [1]=> int(1) [2]=> int(2) [3]=> int(3) [4]=> int(4) [5]=> int(5) } } | ||||
Steps To Reproduce | ./configure --with-libedit | ||||
Additional Information | ./configure --with-libedit make make install | ||||
Tags | No tags attached. | ||||
Operating System | Ubuntu 10.04 | ||||
PHP Version | 5.4.0 | ||||
|
The debug client is only for testing the remote debugging. It is not what you want to install if you want to get Xdebug going. Please follow the instructions at http://xdebug.org/docs/install#source or http://xdebug.org/find-binary.php to get Xdebug installed. |
|
If I understand what you're saying, I only need that Xdebug is installed and I don't need debug client for working locally? Tnx |
|
Correct, you need need debugclient. Just Xdebug and your IDE is enough. |
|
Really thanks!!! |
|
Ok, closing then. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-22 17:49 | ivan.ghisleni | New Issue | |
2012-03-23 21:52 | derick | Note Added: 0002001 | |
2012-03-23 21:52 | derick | Assigned To | => derick |
2012-03-23 21:52 | derick | Status | new => feedback |
2012-03-24 09:11 | ivan.ghisleni | Note Added: 0002004 | |
2012-03-24 09:11 | ivan.ghisleni | Status | feedback => assigned |
2012-03-24 15:37 | derick | Note Added: 0002006 | |
2012-03-26 15:39 | ivan.ghisleni | Note Added: 0002016 | |
2012-03-26 17:04 | derick | Note Added: 0002017 | |
2012-03-26 17:04 | derick | Status | assigned => resolved |
2012-03-26 17:04 | derick | Resolution | open => no change required |