Giter VIP home page Giter VIP logo

Comments (4)

aggregate1166877 avatar aggregate1166877 commented on May 29, 2024

Seeing as most people will never get to use it, here's what it looks like so far:
image

from cosmosis.

aggregate1166877 avatar aggregate1166877 commented on May 29, 2024

UI update:
CosmDbg

from cosmosis.

aggregate1166877 avatar aggregate1166877 commented on May 29, 2024

The debugger can now be thought of as being in a "version 1" state. The core inspiration for this was the idea of modifying Vector3 and Quaternion objects with mouse drag though, so it still has some features missing. It's pretty capable already, being able to modify and lock primitives, and can convert null and undefined to strings or objects. Icons can be clicked to get the variable's actual path (which can be used in real code, or the DevTools window).

Clicking on a variable tracks its changes in real-time, allows changing its values in real-time, and allows locking any variable so that any external (i.e. non-debugger) attempt to change the variable's value will silently fail (meaning the original code doesn't crash from the debugger's interference).

image

The debugger can be launched by doing the following:

  • Press F12 to open DevTools.
  • Type: $cosmDbg.showUI()
  • Press Enter.

from cosmosis.

aggregate1166877 avatar aggregate1166877 commented on May 29, 2024

Accidentally committed a bunch of #105 issues to this ticket :/

from cosmosis.

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.