Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7727101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:22:31+00:00 2026-06-01T05:22:31+00:00

I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP . When I use var_dump on a

  • 0

I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP. When I use var_dump on a large object or variable it does not show the full variable.

array
'node' => 
  array
    'my_form' => 
      array
        'form' => 
          array
            ...

Without xdebug it shows as should be expected. I looked at the documentation but did not see a solution. Does anyone know how I can fix this so xdebug var_dump shows the full object?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:22:32+00:00Added an answer on June 1, 2026 at 5:22 am

    These are configurable variables in php.ini:

    ; with sane limits
    xdebug.var_display_max_depth = 10
    xdebug.var_display_max_children = 256
    xdebug.var_display_max_data = 1024 
    
    
    ; with no limits
    ; (maximum nesting is 1023)
    xdebug.var_display_max_depth = -1 
    xdebug.var_display_max_children = -1
    xdebug.var_display_max_data = -1 
    

    Of course, these may also be set at runtime via ini_set(), useful if you don’t want to modify php.ini and restart your web server but need to quickly inspect something more deeply.

    ini_set('xdebug.var_display_max_depth', 10);
    ini_set('xdebug.var_display_max_children', 256);
    ini_set('xdebug.var_display_max_data', 1024);
    

    Xdebug settings are explained in the official documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently, I am using xdebug profiler & KCacheGrind . But GallGrind format does not
any suggestions for good php debuggers, which are not bloated? i tried using xdebug
I'm using (or trying to anyway) use the bundled XDebug with XAMPP 1.7.2. It
I am using xdebug with my php methods such as var_dump() are beautiful but
i was replacing variable names in a large project using the replace all function.
I am using wamp 2.0 and trying to install XDebug extension for php. I
I've been using xdebug to debug and understand code in php projects for a
I'm having trouble with debugging a PHP project through NetBeans using XDebug, and was
I'm using Exlipse with Xdebug to debug my php codes, which works well. But
When using Eclipse PDT with XDebug to debug a PHP web application, is there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.