Giter VIP home page Giter VIP logo

Comments (4)

derickr avatar derickr commented on July 1, 2024

On Sun, 3 Mar 2013, Jimmy-M-G wrote:

Thanks for your great job. I like your plugin very much. It seems you
limit the string length to '1024', and the string length can be only
displayed with a limit length, though I set
'xdebug.var_display_max_data=-1' on xdebug.ini to enable the string
length to unlimit.

This var_display_max_data setting is not meant to be used for the
debugging protocol. That has a specific command to set the max data
size.

cheers,
Derick

Like Xdebug? Consider a donation: http://xdebug.org/donate.php
Xdebug | http://xdebug.org | [email protected]
twitter: @derickr and @xdebug

from vdebug.

yssource avatar yssource commented on July 1, 2024

I can enlarge the max_data for a string variable, with python command, "api.feature_set('max_depth', 2048)" to invoke "feature_set -i transaction_id -n feature-name -v value".
But, how to do it using gvim. Could you give me more details? Should I set the value in some option or not? I wanna view the full string value when I press "F11". But, now it is only display a limit string length on the VdebugWatchWindow.
cheers,
Jimmy.

from vdebug.

joonty avatar joonty commented on July 1, 2024

The great thing about getting an answer from @derickr about Xdebug is that it's almost certainly right :-D

I'll add a Vdebug option to allow you to set the value of the max_depth feature, and it will arrive in the next version.

Thanks

from vdebug.

joonty avatar joonty commented on July 1, 2024

This is now available in the dev branch, and soon to be in the upcoming version 1.4.0.

Use the g:vdebug_features dictionary to set name/value pairs of features to be sent to the debugger (according to the DBGP spec). E.g:

let g:vdebug_features['max_depth'] = 2048

Every time you start a new debugging session this will be re-read, and all features are set at the beginning of the connection.

Thanks

from vdebug.

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.