You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by amyspark-ng May 22, 2024
Let's say my obj has a property speed, that i access doing obj.speed, i'd like to be able to see it in the debug.inspect window when you hover on it, not only the properties Comps return but properties that i myself have added
The text was updated successfully, but these errors were encountered:
feels like we need to work in a "ui" for the debug inspect, where you can click objs to see their properties, could do something similar to the debugger that exists in haxeflixel, which i think is very nice https://haxeflixel.com/documentation/debugger/
Discussed in #16
Originally posted by amyspark-ng May 22, 2024
Let's say my obj has a property speed, that i access doing obj.speed, i'd like to be able to see it in the debug.inspect window when you hover on it, not only the properties Comps return but properties that i myself have added
The text was updated successfully, but these errors were encountered: