You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,15 @@ Preferences (or wrench bottom right). Set GOPATH for project and uncheck from e
60
60
61
61
### Debugging Stdin Issues
62
62
63
-
Version 2018.2:
63
+
Version 2018.2 (use this):
64
64
Preferences | Build, Execution, Deployment | Debugger and enable the Use native backend option.
65
65
66
66
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.
67
67
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)
0 commit comments