thomasboyt / coquette-inspect

A Chrome DevTools extension for inspecting games made with the Coquette framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button to log properties to console

thomasboyt opened this issue · comments

I think this is as easy as sendMessage('logProperty', {entityId: ..., path: ...}) on the UI side, and a console.log on the agent side

bonus UX: Ember Inspector both logs the property and sets $E to it for easy access. they even have a nice little icon for it that could totally be stolen a source of inspiration