You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be possible to dump static class properties for all declared classes, static variables in functions and methods, and lexical variables in closures.
Also, although they wouldn't be restorable, variables found in GC roots, and variables returned by ->get_debug_info() and ->get_gc().
Is there any plans for this ? That would be awesome :)
The text was updated successfully, but these errors were encountered:
Sounds like some useful additions! Unfortunately I lack the time to realize them any time soon, but if you'd provide patches I promise to look into them and try to merge them as soon as possible!
It could be possible to dump static class properties for all declared classes, static variables in functions and methods, and lexical variables in closures.
Also, although they wouldn't be restorable, variables found in GC roots, and variables returned by ->get_debug_info() and ->get_gc().
Is there any plans for this ? That would be awesome :)
The text was updated successfully, but these errors were encountered: