Giter VIP home page Giter VIP logo

Comments (1)

joonty avatar joonty commented on August 19, 2024

Hi,

Thanks for the feedback. Unfortunately, I don't think this is something I'll be able to tackle, mainly due to time constraints. It would be quite a big job to implement what you're proposing, for the following reasons:

  • Every time the debugger state changes, the context is retrieved from the debugger engine. To make sure that all the variables in the watch window are updated, the whole window is cleared and rewritten
  • After rewriting the window, it would be possible to jump back to the same vertical position in the watch window, but it may not necessarily be what the user wants. Still, it's a possibility
  • To re-open nodes, current code would have to be refactored to log which tree nodes are open, then, after the watch window is rewritten, fire off (potentially) multiple requests to the debugger engine to retrieve the child node contents. This is fine if it's what the user wants, but I predict that it would add noticeable delay, and would be annoying if it's not required

So, in short, it is possible but I don't think I'm going to have the time to implement it as it's a pretty major change. If you do want to take a look at it yourself and contribute, then I'm more than happy to merge your changes in.

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.