Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
tools-1.5.3
-
None
Description
Debugging is too slow if using a POSDictionary because of its toString() method. The IDE calls it to show variables values. The current implementation of toString creates a huge string with all dictionary entries.
We should reduce it to just a few entries.