StarlingMonkey Debugger for VS CodeThis extension adds support for debugging JavaScript code running in the StarlingMonkey JS runtime inside a WebAssembly Component. NOTE: This extension is experimental for now, and will break in surprising and not always enjoyable ways. Using The StarlingMonkey DebuggerThe extension works for content built with a recent ( Building ContentThe content needs to be invoked via the Additionally, it needs to import a few additionally interfaces, which you can add to your
And finally, when invoking Running ContentTo debug content, you need to create a launch config of the type Once ConfigurationThe extension adds a Additionally, all settings in this section can be overridden in the launch configuration. [^1]: Alternatively, you can use another WebAssembly Components runtime, as long as it supports outgoing TCP socket connections, and passing environment variables to the guest. In that case, you'll have to update the configuration to ensure the right options are passed to the runtime. |