Code Monkey home page Code Monkey logo

Comments (5)

saturday avatar saturday commented on July 16, 2024

+1 on this. I've set the the config's xdebug.var_display_max_children and xdebug.var_display_max_depth in php.ini and still no luck.

from sublimexdebug.

macyabbey avatar macyabbey commented on July 16, 2024

+1

from sublimexdebug.

Pajk avatar Pajk commented on July 16, 2024

👍

from sublimexdebug.

octaviandavid avatar octaviandavid commented on July 16, 2024

👍

from sublimexdebug.

alexmcroberts avatar alexmcroberts commented on July 16, 2024

I've been playing with this for the past few days. I found today at http://www.bluestatic.org/bugs/showreport.php?bugid=182 that there is a conflict between PHP 5.3.2 and Xdebug 2.0.5 (which Ubuntu 10.04 has by default). I found compiling my own Xdebug 2.2.1 fixed it. There's a wizard here: http://xdebug.org/wizard.php and I used the following setting in my xdebug.ini

zend_extension = /usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_autostart=1
;xdebug.remote_log="/tmp/xdebug.log
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/tmp"
xdebug.collect_params=4
xdebug.collect_vars=1
xdebug.collect_return=1

from sublimexdebug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.