facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

"No executable file specified" at startup #1621

Open kc9jud opened 5 years ago

kc9jud commented 5 years ago

Issue and Steps to Reproduce

Launching GDB from Atom immediately exits, with error

No executable file specified.
Use the "file" or "exec-file" command.

First reported at https://github.com/facebook-atom/atom-ide-debugger-native-gdb/issues/6

Expected Behavior

Debugger should launch and pass executable to GDB.

Actual Behavior

GDB never appears to get the path to the executable.

Versions

Additional Details

kc9jud commented 5 years ago

1576 may be related.