Add workaround to fix Stop action with Netbeans. v0.1.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 30 Aug 2017 16:33:10 +0000 (18:33 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 30 Aug 2017 16:33:10 +0000 (18:33 +0200)
commit68f893390feb6d4f442add4ac4152c9cb1112019
tree969e6d2c8c9932e28e2015c27439eae7eff25723
parent3c4defb289a37002a924f12632426c5aab6a4f81
Add workaround to fix Stop action with Netbeans.

Netbeans sends -gdb-exit command when user press stop button. But this command is not processed by remote gdb if debugged program is running. So send a SIGINT signal to interrupt program before sending/executing -gdb-exit command.
main.go