Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Debugger display of JS strings that contain Date strings
Addresses microsoft#106. Json.net will automatically try to parse strings that look like date strings. If one of these is recieved as the value in a Node debug message, we end up displaying the wrong value in the debugger. Fix, make sure we always use DateTimeParse.None when dealing with messages from the debugger. If we do need to parse a date string, we should handle those cases explicitly. closes microsoft#106
- Loading branch information