Skip to content

Commit

Permalink
[#312] temporary workaround, disable button
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 25, 2018
1 parent 995e399 commit 3a7f167
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,11 @@ private void doStartGdbServerChanged() {
fGdbServerLog.setEnabled(enabled);
fGdbServerLogBrowse.setEnabled(enabled);

fDoGdbServerAllocateConsole.setEnabled(enabled);
// [#312]
// Temporarily disable it, the logic to detect when
// the server is ready needs the console.
// fDoGdbServerAllocateConsole.setEnabled(enabled);
fDoGdbServerAllocateConsole.setEnabled(false);

fDoGdbServerAllocateSemihostingConsole.setEnabled(enabled);

Expand Down

0 comments on commit 3a7f167

Please sign in to comment.