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

  • SEARCH
  • Home
  • 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 4022904
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:32:01+00:00 2026-05-20T10:32:01+00:00

I am using xdebug with my php methods such as var_dump() are beautiful but

  • 0

I am using xdebug with my php methods such as var_dump() are beautiful but not showing full information instead the dump ends with three dots ... which might be the sign of continuation followed by

(length=87749)

How should I tell xdebug to show full dump ??
Thanks

  • 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-05-20T10:32:02+00:00Added an answer on May 20, 2026 at 10:32 am

    Xdebug truncates the output of (at least) strings and arrays, to avoid it getting to big.

    The amout of data that’s printed can be configured using these directives :

    • xdebug.var_display_max_children
    • xdebug.var_display_max_data
    • and xdebug.var_display_max_depth

    For more informations and example, see Variable Display Features

    You’ll have to edit your php.ini file (or xdebug.ini file, depending on your setup), to define those directives, with values that suit your needs.

    For example, on Ubuntu, in my /etc/php5/conf.d/xdebug.ini file, I have the following lines :

    xdebug.var_display_max_children = 256
    xdebug.var_display_max_data = 2048
    xdebug.var_display_max_depth = 8
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Exlipse with Xdebug to debug my php codes, which works well. But
any suggestions for good php debuggers, which are not bloated? i tried using xdebug
Currently, I am using xdebug profiler & KCacheGrind . But GallGrind format does not
I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP . When I use var_dump on a
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
When using Eclipse PDT with XDebug to debug a PHP web application, is there
I'm using NetBeans 6.5 for developing PHP and I have xdebug setup. Is there
Is there free and good line-level profiler for PHP? I'm using xdebug and it's
BACKGROUND Using Xdebug with PHP and Komodo IDE, and Eclipse PDT. Xdebug is installed

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.