ide/Debugger: Fixed not being able to find debugged processID
authorJerome St-Louis <jerome@ecere.com>
Mon, 10 Feb 2014 23:07:24 +0000 (06:07 +0700)
committerJerome St-Louis <jerome@ecere.com>
Mon, 10 Feb 2014 23:07:24 +0000 (06:07 +0700)
commit1f587c5ab10899ac57959c78ae71d0d6de60fb5d
tree14c26fcc64e01dd141466e21f57f1fdc0d4f1fc6
parent090babf2bf047772ada4844edf7b56a6b73e9e8d
ide/Debugger: Fixed not being able to find debugged processID
- GDB was outputting =library information before we could find the process and that caused us to abort
- Now breaking only after 2.5 seconds if there is data on the GDB pipe
ide/src/debugger/Debugger.ec