Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Xdebug(errors and warning not shown in Debug Output view)
Xdebug [message #753578] Thu, 27 October 2011 20:18
yohann.m is currently offline yohann.mFriend
Messages: 5
Registered: February 2011
Junior Member
Hi!

From the beginning of the week I m trying to get xdebug working with eclipse pdt but without getting it.

I m trying to install eclipse 3.7 + pdt 3.0 under ubuntu 10.04 with xdebug 2.0.5.

I run this file as test:
<?php
$i = 25;
include "notexit";
$impossible = new nothing();
?>

If I put breakpoints, the program stop on it but I do not get a warning for the line include either an error on "$impossible = new nothing();"

I ve also installed the latest "all in one" eclipsePHP on ubuntu 11.10. I also get the same result. Did I missed something?

Thanks for your help

[edit]
I ve also installed eclipse all in one 2.2.0 on windows xp with xampp 1.7.7 and xdebug 2.1.2 and then 2.1.1 and I still get the same result. I supposed I miss something but can not figure what.

It s now a week I m trying to get it working, I tried with netbeans to and I got the same result.

Hope someone can help me. I ve read so many forum and advice, I just can not understand.

[Updated on: Sat, 29 October 2011 03:19]

Report message to a moderator

Previous Topic:SVN Checkout URL for Joomla sites
Next Topic:Zend Framework project Wizard error
Goto Forum:
  


Current Time: Thu Apr 25 00:16:24 GMT 2024

Powered by FUDForum. Page generated in 0.02992 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top