entlicher opened a new pull request, #4310:
URL: https://github.com/apache/netbeans/pull/4310

   When debugging a native application, not all output is visible after the 
application exits when the output is produced just before the exit.
   
   The reason was that the `pty` process was closed right after `gdb` finished.
   This change assures that the application output from `pty` process is fully 
read and that the debugging does not finish sooner than all output is provided.
   An `OutputTest` is added.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to