mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.ide IDE now lauches terminal for console apps while debugging using MinGW. Thanks omari for outstanding contribution in this area. #1370
git-svn-id: svn://ultimatepp.org/upp/trunk@11185 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8259cc2d52
commit
5cb60e5e9d
1 changed files with 4 additions and 0 deletions
|
|
@ -367,6 +367,10 @@ bool Gdb::Create(One<Host>&& _host, const String& exefile, const String& cmdline
|
|||
Cmd("set print repeat 0");
|
||||
Cmd("set print null-stop");
|
||||
|
||||
#ifdef PLATFORM_WIN32
|
||||
Cmd("set new-console on");
|
||||
#endif
|
||||
|
||||
if(!IsNull(cmdline))
|
||||
Cmd("set args " + cmdline);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue