On the latest Eclipse PDT, I get some problems, the debugger doesnt show me the files, I get a lot of errors (unmanaged file blabla), but still it works... Not as good as I was used to, but it works. Netbeans doesnt bug on this.
Regards, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Thu, Jan 6, 2011 at 5:27 PM, Stéphane <[email protected]> wrote: > Hello, > > I've been made this for one+ year now. > On Windows and Ubuntu boxes. (I'm actually on a ubuntu 10.10 box, and > installing xdebug is easy as sudo pecl install xdebug ... then configuring > is as easy as copy/past the following xdebug.ini to my > /etc/php5/conf.d/xdebug.ini). > > Installing Xdebug on windows is a bit messy but when you find the correct > dll it is okay. You'll know it's installed by php -i and looking for > "xdebug" > > What is your problem ? Having xdebug installed or launching a debug process > with eclipse and another browser (Menu Preferences > General > Web Browsers, > add your own and check use external browser). > To create a xdebug launch, you have to create your server in Preferences > > Php > Servers and configure Xdebug (usually you have nothing to do). > > This is my xdebug.ini (using xdebug 2.1) > zend_extension=/usr/lib/php5/20090626/xdebug.so > xdebug.cli_color=1 > debug.collect_includes = 1 > xdebug.collect_params = 4 > xdebug.collect_return = 1 > xdebug.collect_vars = 1 > xdebug.default_enable = 0 > xdebug.dump_globals =0 > xdebug.dump_undefined = 1 > xdebug.show_exception_trace = 0 > xdebug.show_local_vars = 1 > xdebug.show_mem_delta = 1 > xdebug.var_display_max_depth=10 > xdebug.idekey=ECLIPSE_DBGP > xdebug.remote_enable = 1 > xdebug.remote_connect_back=1 > xdebug.remote_host=localhost > > > Regards, > > Before Printing, Think about Your Environmental Responsibility! > Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! > > > > On Thu, Jan 6, 2011 at 5:15 PM, Dennis <[email protected]> wrote: > >> No, I never got it working. I would LOVE to single step sometimes, but >> no luck. >> >> So it's back to the ol' 'die()' and 'echo "got to "._FILE__' >> statements. >> >> If any body else can tell us how to do it, WOW, I"ll name my first kid >> after you, (keep in mind I'm 52 ;-) >> >> On Jan 5, 9:30 pm, Eric B <[email protected]> wrote: >> > Hi, >> > >> > I'm wondering if anyone has had any success in getting a symfony app to >> > debug (step-by-step) using Eclipse PDT. I've downloaded both the XDebug >> and >> > the ZendDebug dlls and am having difficulties with both. The closest >> I've >> > managed to get working is to try to create a launch config from within >> > eclipse, but them I am forced to use the browse built-into eclipse, >> which >> > isn't particularly practical. >> > >> > I've read through some standard PHP/Eclipse debug configuration tips on >> > various sites, but haven't been very successful getting it to work the >> way I >> > would like. Basically, I would like to run/serve the app from within >> > eclipse, but able to navigate/browse through any external browser. >> > >> > Is this even possible? Am I missing/forgetting a simple step somewhere? >> > >> > Thanks! >> > >> > Eric >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> You received this message because you are subscribed to the Google >> Groups "symfony users" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<symfony-users%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/symfony-users?hl=en >> > > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
