GrepConsole
GrepConsole copied to clipboard
Grep console not working in Intellij 2019.1
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
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
Relates to: #140 Angular #145 Rider
https://youtrack.jetbrains.com/issue/IDEA-216442
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.
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.
is there any alternative or solution to use better search tool in JS debug console? currently, search only is not convenient.
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!
disabling js.debugger.webconsole and nodejs.console.use.terminal is not work for me in GoLand 2023.3.1