-
-
Notifications
You must be signed in to change notification settings - Fork 34
debugger serializes unused information #6
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requeston holdThis issue is still being considered—but it's development is postponed.This issue is still being considered—but it's development is postponed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeston holdThis issue is still being considered—but it's development is postponed.This issue is still being considered—but it's development is postponed.
Currently, the walker in the debugger package is always serializing all the data.
Even stuff like signal values that are required only initially (later signals are updated separately) are mapped and included in the message sent to the extension.
Figuring out a way to cut unused information out of the walker could save some CPU time.
There are some tricky parts though:
Issue caused by the previous attempt at this: #3