krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
440 stars 57 forks source link

Grep console not working in Intellij 2019.1 #147

Open knifhen opened 5 years ago

knifhen commented 5 years ago

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

krasa commented 5 years ago

Relates to:

140 Angular

145 Rider

krasa commented 4 years ago

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

knifhen commented 4 years ago

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.

mmedvedik commented 3 years ago

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.

xinatcg commented 2 years ago

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

slosumo commented 1 year ago

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!

adongguo commented 10 months ago

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