|
|
|
|
|
by sanjiva
3275 days ago
|
|
Not yet .. but we have a design for tracing the execution flow of every run at near zero cost and then playing back the execution trace. That's not saving all intermediate state but if you save the input (usually an HTTP request; so its saved in the logs) then you can easily debug production issues with it. If you meant debugging type stuff yes there's debugging already, including from the Idea plugin. |
|