Leopold Toetsch wrote:
Klaas-Jan Stol wrote:
Leopold Toetsch wrote:
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.
So, apparently, it seems to me the get_pmc_keyed method is called.
Yep
.. I tried to run the Parrot Debugger (pdb), but I get this:
pdb is useless for such things - I ment of course gdb or some such
i.e. an executable debugger.
klaas-jan
leo
Thanks for your help. I figured it out, but it was something different:
apparently I forgot an end-of-comment marker "*/", strangely the pmc2c
script doesnt' care about a missing "}". Oh well, it's working now as I
expected. Thanks again!
klaas-jan