How to use the command prompt (cmd.exe) for debugging?

已回答

Hello there,

I am very new to CLion and would like to know how to run the command prompt externally (in the cmd.exe) process and not in the integrated terminal as that seems to be very buggy on my system :/

I have seen a couple of requests ranging back from early 2016 to late 2017 about this but none really answer this question. I may be just doing something completely wrong.

Thanks in advance, Owen.

0

Hi! We don't have such option for now. If you would like to have an ability to run a debug session in a separate console window, please feel free to comment or upvote a related feature request in our tracker: https://youtrack.jetbrains.com/issue/CPP-1576.

0

Also please try disabling PTY: go to Help | Find Action, type "Registry...", select it and in the opened list find and disable option run.processes.with.pty (don't restart CLion after that). This helps in some cases.


Please note the run.processes.with.pty option is not saved after CLion's restart and should be disabled again every time you open CLion (if you need it to be disabled). We have the issue in our tracker about that: https://youtrack.jetbrains.com/issue/CPP-8395.

0

请先登录再写评论。