javascript eval method

后端 未结 4 1512
孤街浪徒
孤街浪徒 2021-01-14 21:47

How can I watch variable values inside of javascript eval() method? And is it possible to \"step into\" and \"step over\" in eval method? For example, with a code like this:

4条回答
  •  悲哀的现实
    2021-01-14 22:23

    It is possible. you have to use SourceMap with your source code. Take a look at the source map which has en extensive information about this technique.

提交回复
热议问题