On Tue, Feb 27, 2018 at 5:16 PM, Artem Boldyrev wrote:
> I'm debugging the chromium via visual studio and trying to find a place in
> the source code where I can access the source string that is passed to eval
> (for example, the line 'var p = 1;' via eval ('var p = 1;')) . Where do I
> put a brea
I'm debugging the chromium via visual studio and trying to find a place in
the source code where I can access the source string that is passed to eval
(for example, the line 'var p = 1;' via eval ('var p = 1;')) . Where do I
put a breakpoint to see it? Do I need to specifically call any methods