BUG: Passing file /executable/path as arguments to gf2, gdb fails to load the executable. However, when you execute file /executable/path in the gdb command input window it works as expected. You can replicate this by doing ./gf2 file gf2.
FEATURE REQUEST: Currently when passing file /executable/path as arguments to gf2 the executable the "Path to Executable" field in the UI is not populated with the path to that executable. As a result, when you hit the "Run" button the "The executable path is invalid" alert is shown.
BUG: Passing
file /executable/pathas arguments togf2, gdb fails to load the executable. However, when you executefile /executable/pathin the gdb command input window it works as expected. You can replicate this by doing./gf2 file gf2.FEATURE REQUEST: Currently when passing
file /executable/pathas arguments togf2the executable the "Path to Executable" field in the UI is not populated with the path to that executable. As a result, when you hit the "Run" button the "The executable path is invalid" alert is shown.