s1341

Results 164 comments of s1341

Can you think of a quick workaround? If not, I guess I could look into doing this work...

Can you give me a little guidance on exactly what I need to do in order to support this scenario? Happy to make a PR, but I don't have time...

Both when no symbols are available and when debugging third-party closed-source stuff, where you might not have source line numbers, so you need the address to tell in a disassembler...

For my use case, just attaching a debugger is not an option. I'll submit a PR.

Is this expected to land any time soon? This feature would make my life a whole lot easier.

@svaarala any chance we'll see this in duktape any time soon?

Is there an example of a workaround until this lands? I need to deserialize something like: ``` enum Field { Null, Integer(u64), Float(f64), String((u32, u32)), Blob((u32, u32)), Object(MyObject), } ```...

I too am having this issue, but with all pair types...