You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now debugger records actually evaluated source code with (1) `eval`
methods or (2) loaded files.
For (1) sometimes `eval` with existing filename, for example erb,
haml and so on.
For (2) sometimes the contents will be changed after loading
especially on development phase.
`config show_evaledsrc` configuration (default: `false`) controls
which should be shown for the source code:
* true: actually evaluated source code
* false (default): current file system's source code
For the erb, haml etc from files, `false`'s behavior seems nice
so I added this configuration (with `false` default).
0 commit comments