Camelcade/Devel-Camelcadedb

Data access breakpoints

hurricup opened this issue · 1 comments

Idea is from one of the telegram chats. And I stuck on such thing myself twice.
Sometimes in the large project something changes value of variable or array/hash. And you can't say - who do this.
Solution is to tie variable and die on necessary operation.
But this looks like a proper job for debugger.
Probably there are better low-level solutions.

@mbarbon what do you think?