When debugging jitted Ruby code, IntellJ is unable to show any information on local variables or their values, reporting "Debug information is inconsistent". This is probably something we are doing wrong in the generation of the code.
This makes it difficult to use the JVM debugger with JIT output. This should be fixed, since there's no reason that JVM debuggers should not be able to inspect state from the code we produce.