Log parameters that are : Debug
with "tracing"
?
#84
Labels
accepted
This will be worked on
domain: Rust
Involves Rust code.
effort: 3
Relative effort required. There's no specific unit of measurement.
priority: next
I'll probably get to it, eventually.
state: approved
Approved to proceed.
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
work: clear
A known solution is (to be) implemented.
Is your feature request related to a problem? Please describe.
There is now
tracing
like this:It would be good to automatically add fields for any parameters that are debug.
These should reflect what the parameters look like outside the component, ideally with modifiers (optional, repeat) attached.
Describe the solution you'd like
The best way to do this is likely to add field expressions. Implementing it correctly will require either autoref- or autoderef-specialisation. (The former is likely cleaner.)
Describe alternatives you've considered
This could also be enabled manually for each parameter, but I think having it available automatically is more useful overall.
Apps will need to handle passwords and such inside non-logging or opaquely-logging wrappers.
Additional context
Angular and React both have powerful in-browser development tools. It should be possible for Asteracea to hook into them automatically, somehow, since it has a somewhat similar structure.
That's a feature that could be based on this one here, though in the long run, it may be a good idea to fork one of these tools to adapt it further.
The text was updated successfully, but these errors were encountered: