I've been trying to get the Nuclide debugger set up in atom. I've installed the atom-ide-ui
and atom-ide-debugger-node
packages, and can see and open the Nuclide debugger. However, I want to run yarn test_shared
as my command, but the debugger only seems to allow a one word command like node
or yarn
, without any arguments.
Running this would work, but won't actually run my test suite:
This is the command I want to run, but when I launch the debugger it throws this error: Failed to start debugger process: Attribute 'runtimeExecutable' does not exist ('{path}').
Has anyone else found a way to set this up?