On Jul 29, 2005, at 10:38, Klaas-Jan Stol wrote:

Anybody an idea what I'm doing wrong here?

By far the simplest thing is either look at the opcode in ops/core_ops.c or use a debugger and set a breakpoint at the appropriate opcode, e.g.

Parrot_set_p_p_kc   (or _kic)

and step on from there

(The keyed_str variants are only used internally to avoid constructing key PMCs at runtime. For opcodes this isn't a problem because these key pmcs are created just once at PBC load tine)

Thanks,
klaas-jan

leo

Reply via email to