You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to develop in C ++ with ATOM.
I followed this tutorial : Tutorial
I installed MinGW on my PC under Windows 10.
I configured my Windows Path.
I restarted Windows to validate the new Path.
I installed gpp-compile.
OK 👍 I can compile my C ++ programs.
I installed atom-gdb-debugger.
I pressed F12 to configure the debugger, atom-gdb-debugger asks me for a binary target.
Where is the target binary of my C ++ program?
The text was updated successfully, but these errors were encountered:
Hello,
I am looking to develop in C ++ with ATOM.
I followed this tutorial :
Tutorial
I installed MinGW on my PC under Windows 10.
I configured my Windows Path.
I restarted Windows to validate the new Path.
I installed gpp-compile.
OK 👍 I can compile my C ++ programs.
I installed atom-gdb-debugger.
I pressed F12 to configure the debugger, atom-gdb-debugger asks me for a binary target.
Where is the target binary of my C ++ program?
The text was updated successfully, but these errors were encountered: