How to use external shell instead of inbuilt terminal?
The current program I am working calls functions like 'GetAsyncKeyState', however within the CLion IDE, the terminal does not seem to support this. Instead the terminal still takes in user input. This code ran properly in Visual Studio without issue, as it opened up the program in cmd.exe to debug, but with CLion, I cannot find an option to do this.
Is this feature currently available, or shall I create a feature request in the issue tracker?
Please sign in to leave a comment.
Add this to the tracker please with some code sample to investigate.