Opal is generating source maps. I can enable JavaScript source maps in chrome, set breakpoints it even stops in debugger. But it is still not of much practical use.
- I cannot investigate local variables. Even if I try to evaluate the same in chrome's console, they all appear as Nil.
- I would like to be able to switch between the ruby sources and the generated Javascript (which is not that hard to understand).
up to now I was most successful by searching significant identifiers in the generated Javascript and not using source maps at all.
Any hints are welcome.