Skip to content

Cannot --inspect-brk in local development #1149

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Noticed this trying to run locally:

node --inspect-brk ..\tslint-to-eslint-config\bin\tslint-to-eslint-config --editor .vscode\settings.json

Result:

❌ Could not start tslint-to-eslint:{
  result: {
    complaints: [
      'Debugger listening on ws://127.0.0.1:65047/a742392b-3d53-4a81-991a-e59919591e8d\r\n' +
        'For help, see: https://nodejs.org/en/docs/inspector\r\n' +
        'Debugger attached.\r\n' +
        '(node:2368) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled.\n' +
        '(Use `node --trace-warnings ...` to show where the warning was created)\n' +
        'Waiting for the debugger to disconnect...\r\n'
    ],
    status: 2
  }
}
 ❌

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: accepting prsPlease, send in a PR to resolve this! ✨toolingThings that touch how the repository is built, published, etc.type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions