You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
i'm looking to use vscode to facilitate debugging into "ripple emulate" startup behavior for "npm install ripple-emulator" package in order to look at possible resolutions to this ripple-emulator/ripple#16 feature request.
i'm stuck figuring out what to use in .vscode/launch.json node.js debugging settings, presumably for "program" and "args" properties, in order to make that work. I've tried "program": "${workspaceRoot}/lib/index" + "args": [ "emulate", "--nobrowser" ] but vscode debugger launch doesn't like that.
any pointers on how to get going with this npm package debugging story so i can understand what area of its sources does incoming arguments processing and browser launching in order to create a PR that will add the "--nobrowser" option?
The text was updated successfully, but these errors were encountered:
i'm looking to use vscode to facilitate debugging into "ripple emulate" startup behavior for "npm install ripple-emulator" package in order to look at possible resolutions to this ripple-emulator/ripple#16 feature request.
i'm stuck figuring out what to use in .vscode/launch.json node.js debugging settings, presumably for "program" and "args" properties, in order to make that work. I've tried "program": "${workspaceRoot}/lib/index" + "args": [ "emulate", "--nobrowser" ] but vscode debugger launch doesn't like that.
any pointers on how to get going with this npm package debugging story so i can understand what area of its sources does incoming arguments processing and browser launching in order to create a PR that will add the "--nobrowser" option?
The text was updated successfully, but these errors were encountered: