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
What is this feature about?
When using C++ DAP, the configuration asks for the path of the executable, we want it to be automatic.
How will this solution be done?
The main idea is to create a function that will parse a CMakeLists.txt file and detect the executable path and name.
We could also use neoconf to let the user specify the executable path in a config file.
What needs to be done?
A new configuration that will do the behavior described above.
The text was updated successfully, but these errors were encountered:
What is this feature about?
When using C++ DAP, the configuration asks for the path of the executable, we want it to be automatic.
How will this solution be done?
The main idea is to create a function that will parse a
CMakeLists.txt
file and detect the executable path and name.We could also use neoconf to let the user specify the executable path in a config file.
What needs to be done?
The text was updated successfully, but these errors were encountered: