koajs / koajs/cluster

Pass debug flags to node

Open
#8 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
64
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Even if it requires only running one, non-clustered process, allowing `--debug` and `--debug-brk` on `koa-cluster` itself and passing that through to node will allow people to debug without changing their code to make exceptions for running in non-clustered mode.

Contributor guide

Open the contributing guide

Research direction

No file or test is named in the issue. Start by locating the koa-cluster command entry point and the code that launches the Node process; verify that --debug and --debug-brk are accepted and forwarded for the non-clustered case, with tests covering the resulting invocation.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
cli, devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.