GrepConsole icon indicating copy to clipboard operation
GrepConsole copied to clipboard

Grep console not working in Intellij 2019.1

Open knifhen opened this issue 5 years ago • 7 comments

Describe the bug After upgrading to Intellij Idea Ultimate 2019.1 I can no longer use the grep console when debugging my typescript/javascript projects. It seems like the debug console has been switched to the terminal console. Right clicking in the console don't trigger the usual context menu and the options for grep console are missing from the left hand side button bar.

Screenshots Screenshot 2019-05-06 at 11 42 46

Environment : IntelliJ IDEA 2019.1.1 (Ultimate Edition) Build #IU-191.6707.61, built on April 16, 2019 JRE: 1.8.0_202-release-1483-b44 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.4

knifhen avatar May 06 '19 09:05 knifhen

Relates to: #140 Angular #145 Rider

krasa avatar May 10 '19 11:05 krasa

https://youtrack.jetbrains.com/issue/IDEA-216442

krasa avatar Apr 16 '20 16:04 krasa

Found a work around for this issue, which is still present in Intellij 2020.2

switching to the old console by disabling js.debugger.webconsole key in the Registry ( Help > Find action..., type registry to locate it).

Make sure to close the console tab and restart intellij to ensure the setting is applied.

knifhen avatar Aug 03 '20 10:08 knifhen

Found a work around for this issue, which is still present in Intellij 2020.2

switching to the old console by disabling js.debugger.webconsole key in the Registry ( Help > Find action..., type registry to locate it).

Make sure to close the console tab and restart intellij to ensure the setting is applied.

Does not help for me. Still unable to use on IDEA NodeJS runner

UPD: for NodeJS disable nodejs.console.use.terminal flag instead. Now it works.

mmedvedik avatar Jul 23 '21 16:07 mmedvedik

is there any alternative or solution to use better search tool in JS debug console? currently, search only is not convenient.

xinatcg avatar Sep 22 '22 17:09 xinatcg

Found a work around for this issue, which is still present in Intellij 2020.2

switching to the old console by disabling js.debugger.webconsole key in the Registry ( Help > Find action..., type registry to locate it).

Make sure to close the console tab and restart intellij to ensure the setting is applied.

To anyone wondering, this sorted the issue for me in PHPStorm 2023.1.1 - thanks so much!

slosumo avatar Jun 07 '23 16:06 slosumo

disabling js.debugger.webconsole and nodejs.console.use.terminal is not work for me in GoLand 2023.3.1

adongguo avatar Dec 15 '23 03:12 adongguo