Author Topic: Starting the debuggee failed: No executable file specified.  (Read 3570 times)

chandra_345

  • Guest
Starting the debuggee failed: No executable file specified.
« on: March 16, 2017, 05:33:08 am »
Hello Team,

This is what I see in my Debug log, when trying to run Debug command on the file. I have seen an earlier post saying that build target has to be set to an executable. I have a separate make file for the file I wanted to run and I wasnt able to generate the executable file though I have made many changes to build options. Can you help me in running and debugging the file?

Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.11
Starting the debuggee failed: No executable file specified.
Debugger finished with status 0

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Starting the debuggee failed: No executable file specified.
« Reply #1 on: March 16, 2017, 08:15:09 am »
Do you have correctly specified executable path in the project -> properties dialog for the target you're trying to debug?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]