Andrew Chambers
Andrew Chambers
Jumping on this ticket rather than making a new one - there is also ``wasm_engine_new_with_args`` which I can't find in a header, and is crucial if we want to use...
Thanks for the feedback. I'll try to update the PR in a day or two 👍
I'm going to look in to this later today 👍
Hey 😊 I made a start on it on the train back on Tuesday. Started with the implementation of feature_callstack and worked from there. Getting some issues at the moment...
You can add .patch to a pull request URL to get a patch and then send that to the mailing list, e.g https://github.com/bellard/quickjs/pull/16.patch
You need to run the tasks on the job queue. See: ``JS_EnqueueJob()``, ``JS_IsJobPending()``, ``JS_ExecutePendingJob()``
I added an option ``dukRemoteRoot`` which is a prefix on the environment being debugged. This is useful in my own project where the paths sent to duktape have a different...
@StephenBloomquist Quite a long time since this issue was created. Given the comment above can I assume this is resolved or do you still have issues?
Hi. I'm a fairly new maintainer to this repo, but its my intention in the coming weeks to have a look in to the code for source maps etc, since...
Also, I'd be interested to see your debugger 'hacks' - it might help my own debugging with these issues and give some ideas for changes, so if you don't mind...