Can we access the devtools settings?
Closed this issue · 17 comments
@wilcorrea you mean this?
Yes @Jonatha1983, but here I can't see this option. Do I need to activate it?
@wilcorrea maybe its some properties in the registry, look for cef property, mine are set like this:
Please let me know the different
sorry @Jonatha1983, but I don't know what is this registry. Can you clarify me about it? Where can I access it?
cmd + shift + A if it is a mac - search in the "actions search"
shift+shift = search everywhere
and then type registry
On which OS are you working on ?
Also what is the IJ version ?
I am using Windows (a Windows 11 release preview)
PhpStorm 2021.2
Build #PS-212.4746.100, built on July 28, 2021
Licensed to WILLIAM M V CORREA
Subscription is active until April 29, 2022.
Runtime version: 11.0.11+9-b1504.13 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2024M
Cores: 12
Registry: ide.browser.jcef.headless.enabled=true, run.processes.with.pty=TRUE
Non-Bundled Plugins: com.gafner.giv (1.0.14), com.github.b3er.idea.plugins.arc.browser (0.23), wide-task-browser (0.1.18), com.sburlyaev.terminal.plugin (0.4.4), com.wakatime.intellij.plugin (13.0.2), net.vektah.codeglance (1.5.4), one.util.ideaplugin.screenshoter (1.7), org.nik.presentation-assistant (1.0.9), com.intellij.plugin.adernov.powershell (2.0.7), MetricsReloaded (1.11.2), com.aurimasniekis.phppsr4namespacedetector (1.0.1), com.kalessil.phpStorm.phpInspectionsUltimate (3.0.12), de.espend.idea.php.annotation (8.0.0), me.elabee.idea.plugin.swoole (4.7.0), ru.vkurdin.idea.php.lambdafolding (0.3.0), fr.adrienbrault.idea.symfony2plugin (0.23.210), ru.adelf.idea.dotenv (2021.2)
The Chrome DevTools, embedded into JCEF, can be used as a debugging and profiling tool. It’s active by default, so that a Chrome DevTools client can attach to it via the default port number - 9222. The port number can be configured with the following registry key:
ide.browser.jcef.debug.port=9222
https://plugins.jetbrains.com/docs/intellij/jcef.html#debugging
I ll try to do it in the code for the user with a popup or something
Working for me after adding the idea.is.internal=true and restart