Benjamin Goldberg <[EMAIL PROTECTED]> wrote: > Do macros have their own line number context, or do they get the context > from the code they're being called from?
Macros have their own line numbers. Tracking filenames (from .include) isn't done yet. Debugging PASM with JIT/i386 inside ddd[1] follows embedded macros > Is this a whole bucket of worms, or just a small can of worms? We have two kinds of file/line information: Parrot source and HLL source. So the C<.currentline> macro needs duplication or an argument specifying, which source it should denote. leo [1] docs/jit.pod /Debugging docs/debug.pod /stabs