ext Nyx wrote: > I'm looking for a way to map the bytecodes that the interpreter is running > back to source positions, not the machine code generated by the JIT. > Have a look at bytecodeOffsetForPC(), CodeBlock::lineNumberForBytecodeOffset(), and Interpreter::throwException(). Kent