Changes between Version 3 and Version 4 of JavascriptDebuggingServer


Ignore:
Timestamp:
Mar 3, 2013, 7:53:50 PM (11 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavascriptDebuggingServer

    v3 v4  
    238238
    239239== Known issues ==
    240  * Error messages can be displayed caused by StringifyJSON and objects that don't support serialization
    241  * Getting a stack frame and getting the callstack doesn't always work. This will have to be checked more closely soon.
    242  * Some functionality is still missing. Further testing, proper error handling and correcting/completing comments is also required.
     240 * Circular references are not displayed circularly. Instead, it replaces the value with this text: "Debugger: object removed from output because of cyclic reference.".
     241 * It would probably be better to stringify and transfer the global object incrementally (after expanding sub-objects) instead of doing it all at once.
     242 * Quite a lot of little things that aren't perfect but should be acceptable for the first version.