-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Could not detect an installed debugger compatible with this file" #45
Comments
the same problem |
same problem |
Try to debug a.out file :) |
Same problem here but on windows... Edit: So, in the description it says that it debugs executable files. It won't work with cpp files unless you compile them into a .exe file and then debug that file (well, it worked for me like this on windows, but I don't know how to do it on a Mac) |
same problem,how to fix it |
Guys, need to debug Executable File(File after gcc/g++), NOT a .CPP files. |
This is actually what I was doing - my initial explanation was poorly worded. I never did find a solution. |
I have the same text trouble that in a topic because i tried to debug .cpp file, when need to debug execution file. In your first message u said " trying to debug .cpp file" :) |
Ohhh, u have macOS, ok, try to install lldb |
Yes that was my mistake. As for lldb, I use this in the terminal but have yet to find an atom package for it unfortunately. |
Error message received whilst trying to debug
.cpp
file on a Mac. GDB installed at/usr/local/bin/gdb
. Any suggestions?The text was updated successfully, but these errors were encountered: