Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Allow router and server node to be debugged remotely #593

Open
wants to merge 105 commits into
base: main
Choose a base branch
from

Conversation

Jannis
Copy link
Contributor

@Jannis Jannis commented Apr 28, 2021

This is made possible by passing --inspect to node/ts-node command that starts the processes. nodemon should pass --inspect on to ts-node automatically; if that doesn't work we may have to update the --exec flag to include --inspect. But this is prettier, so I'm hoping it works.

Jannis and others added 22 commits April 27, 2021 01:53
Fix iframe-app-js build by overriding CRA config, adding wasm-loader
Fix a few webpack configs to copy the merkle tree WASM module
Fix merkle tree WASM module to be included in router image
This is made possible by passing `--inspect` to node/ts-node command
that starts the processes. nodemon _should_ pass `--inspect` on to
ts-node automatically; if that doesn't work we may have to update the
`--exec` flag to include `--inspect`. But this is prettier, so I'm
hoping it works.
@Jannis Jannis requested a review from rhlsthrm April 28, 2021 15:54
Base automatically changed from 556-switch-lib to 556-no-lock May 12, 2021 00:03
Base automatically changed from 556-no-lock to main June 8, 2021 01:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants