Zoltan Herczeg
Zoltan Herczeg
Properry name filtering is done during the enumeration. Should use less memory, since no "sorting" phase, and should be much faster in some corner cases, e.g. when the indexed properties...
This is a non-standard feature, and we can discuss how it should work. The only important thing is that it should have a negligible effect on performance.
The code has many not too nice areas, so probably requires a lot of refactors before this can go in.
I think the core debugger features are completed. The list of these features follows: Breakpoint management: - Sending source code and breakpoint info - Enabling / disabling breakpoints Execution control:...
Based on #1117 , but these can be merged. Some tests are still failing.