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:
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.