Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grep console not working in Intellij 2019.1 #147

Open
knifhen opened this issue May 6, 2019 · 7 comments
Open

Grep console not working in Intellij 2019.1 #147

knifhen opened this issue May 6, 2019 · 7 comments

Comments

@knifhen
Copy link

knifhen commented May 6, 2019

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
Copy link
Owner

krasa commented May 10, 2019

Relates to:
#140 Angular
#145 Rider

@krasa
Copy link
Owner

krasa commented Apr 16, 2020

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

@knifhen
Copy link
Author

knifhen commented Aug 3, 2020

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
Copy link

mmedvedik commented Jul 23, 2021

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
Copy link

xinatcg commented Sep 22, 2022

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

@slosumo
Copy link

slosumo commented Jun 7, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants