I'm used to in browser design, where I can use dev tools or code inspector to figure out why my CSS isn't resulting in the layout, or font, or whatever I'm expecting.
I've seen others post snippets of code that suggests they are getting access to something like this for their projects but I haven't found anything in the documentation about how they are doing this (unless it's the record and replay, debug script, or maybe it's the box tracker api? none of those sections really show inspecting the styles, so, hard to say). So how *do* you figure out why something isn't being placed where and how you are expecting it? If it matters, I'm on linux, so I don't have access to the gui.
I've seen others post snippets of code that suggests they are getting access to something like this for their projects but I haven't found anything in the documentation about how they are doing this (unless it's the record and replay, debug script, or maybe it's the box tracker api? none of those sections really show inspecting the styles, so, hard to say). So how *do* you figure out why something isn't being placed where and how you are expecting it? If it matters, I'm on linux, so I don't have access to the gui.