Git Product home page Git Product logo

Comments (3)

hediet avatar hediet commented on May 22, 2024

Theoretically supports every debugger and language out there (there is nothing in the implementation specific to JavaScript).

It depends on the debug adapter. If it does not work out of the box, I guess in your case the lldb debug adapter does not seem to report the source of log outputs.

from vscode-realtime-debugging.

hediet avatar hediet commented on May 22, 2024

You could install this extension and have a look at the DAP log output and see whether there are some interesting events that could help. But I doubt it, there is not much to configure.

Also, I guess, this feature can only really be supported by debug adapters that are specific to a language, since they need to trace back the stdout data to the method invocation.

from vscode-realtime-debugging.

phrohdoh avatar phrohdoh commented on May 22, 2024

this feature can only really be supported by debug adapters that are specific to a language, since they need to trace back the stdout data to the method invocation.

I see. Unfortunate for my current case, but oh well.

Thanks for the quick responses!

from vscode-realtime-debugging.

Related Issues (8)

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.