Skip to content

Commit 9e0a8a1

Browse files
update go docs
1 parent 3f6c45a commit 9e0a8a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

go.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,15 @@ Preferences (or wrench bottom right). Set GOPATH for project and uncheck from e
6060

6161
### Debugging Stdin Issues
6262

63-
Version 2018.2:
63+
Version 2018.2 (use this):
6464
Preferences | Build, Execution, Deployment | Debugger and enable the Use native backend option.
6565

6666
Enable the PTY mode for the run configuration as this is not something that is supported by default. Press CTRL|Command + ALT + SHIFT + / then go to Registry, start typing run.processes.with.pty and enable this option.
6767

68-
Version 2018.3:
68+
Version 2018.3:
69+
70+
This doesn't work because of [stdin debugging](https://youtrack.jetbrains.com/issue/GO-4264) needs [native backend](https://github.com/derekparker/delve/issues/1112)
71+
6972
https://github.com/derekparker/delve/blob/master/Documentation/installation/osx/install.md#compiling-the-native-backend
7073

7174
Then edit custom properties of IDE: Help | Edit Custom Properties and add there two lines:

0 commit comments

Comments
 (0)