logwizard icon indicating copy to clipboard operation
logwizard copied to clipboard

debug wizard (v10.5)

Open jtorjo opened this issue 10 years ago • 0 comments

Logging and debugging part II

  • the idea is to call the dump function on complicated variables, like _dump(this) -- paste contents of this dump into LW, and format it nicely into columns etc -- then i can filter this awesomely

    i will have a different application ("DebugWizard") --> will have control log_view and Details pane + status? (perhaps no status)

    • which keeps history of the last 50 watches
    • allow a filter with auto completion - where you write name.property1.property2...propX[a-b]....
    • allow level of extra imbrication (0,1,2,3, all)
      • to be applied after the original filter, to show extra properties, like, for x.array[0-4] will show
        • if 0 -> show just the array values
        • if 1 -> show all properties of each property of the array element
        • if 2 -> show all proprties + all properties of imbricated properties
        • ...
    • need to be show the type of each property/object

jtorjo avatar Jan 29 '16 17:01 jtorjo