Sat Mar 20, 2010 12:10 pm |
Replies: 15 |
Views: 2714 |
|
 |
I still don't get it why one would want to use XDebug. What does it offer that DBG does not?
Fair question.
1) I was just curious.
2) I wanted to try using XDebug to debug webservices, but in anoth ...
|
Sat Mar 20, 2010 12:08 pm |
Replies: 15 |
Views: 2714 |
|
 |
It needs support if you actually want to _debug_. Sure profiling will work without IDE support, but PashkaTLT never mentioned that is was for profiling.
Right, I need full debugging, not just profili ...
|
Sat Mar 20, 2010 12:04 pm |
Replies: 2 |
Views: 2996 |
|
 |
Use the DebugBreak function. Example:
DebugBreak('1@127.0.0.1');
If PhpED is running and Dbg Listener is running, it will break at that line whenever a local or remote client calls the scrip ...
|
Wed Mar 17, 2010 4:50 pm |
Replies: 2 |
Views: 2996 |
|
 |
Hello,
How can I debug local PHP web service, which is called from the remote client? I mean I have a web service written in PHP and a client written in C#. The client neither adds DBGSESSID url para ...
|
Wed Mar 17, 2010 4:47 pm |
Replies: 15 |
Views: 2714 |
|
 |
Hello,
Can I debug inside PHPEd using XDebug? If yes, how?
Thank you in advance.
|
Wed Mar 17, 2010 2:40 pm |
Replies: 6 |
Views: 4487 |
|
 |
I have the same problem too – Windows 7 Home Premium x64 + PHP 5.3.1 (VC9 x86 Thread Safe) = not working.
After using VC6 build (instead of VC9) everything works fine for me.
Have the same confi ...
|