Skip to main content

All Questions

0 votes
0 answers
10 views

Why no traffic appear in Network tab of Browser Dev Tools, even though there MUST be?

I'm using pad.riseup which interactively allow to modify the text, so there MUST BE active traffic. So how to show it in the Firefox dev tools? And why it doesn't show up? Yeah I clicked on "All&...
allexj's user avatar
  • 11
-1 votes
0 answers
28 views

Chrome debugger's ignore list is not working

I am debugging a node js application in the chrome and would like to skip the node internal files. Even after enabling ignore list and adding patterns to skip certain files, the debugger still steps ...
Saumitra Kulkarni's user avatar
3 votes
3 answers
134 views

JavaScript Eval: in case of error display a correct script reference link in console

If I eval a script with intentionally made mistakes I get an error log in console with a script reference link at the right side. For instance, here is the script: my_script = 'const a = 2;\nconst b = ...
lucifer63's user avatar
  • 626
0 votes
0 answers
15 views

Compare the difference in time in which one element is updated on one website and another element is updated on another website using Chrome Console

I have two Chrome windows open on my computer, one on the left and one on the right. The window on the left has a website open that has the element: <p id="new_coin">Bytecoin</p> ...
Digital Farmer's user avatar
0 votes
1 answer
32 views

Where do I find the Flutter web environment declarations in Chrome?

If I run a Flutter web application defining a variable such as --dart-define=flavor="staging", is there a way to find it in Chrome Developer Tools? I have tried to look it inside the main....
Pandruz's user avatar
  • 427
0 votes
1 answer
54 views

How do I get browser pages when using Puppeteer.connect()?

I'm working on some automation with Puppeteer and I need to create the browser object by using Puppeteer.connect({ browserWSendpoint: endpoint }), rather than Puppeteer.launch({ headless: false }). ...
Gabriel Bigelow's user avatar
0 votes
1 answer
46 views

Why my chrome Extension not working, although code seems correct

I am creating a website blocking extension where user, add website he wants to block with a password. And when he tries to open that site, a html page comes in front of him asking for the password, ...
alfaprogramer's user avatar
-1 votes
0 answers
38 views

Chrome: performance memory property vs memory snapshot vs task manager memory

performance.memory snapshot Performance.memory shows that the currently used jsHeapSize is 259MB, but the memory snapshot shows only 120MB. What is the difference between them? By the way, should the ...
lingxi's user avatar
  • 1
0 votes
3 answers
63 views

Can't get Chrome devtools frontend to display message in the console panel through Chrome Devtools Protocol

I cloned the Chrome devtools frontend source code and ran npx http-server .. Then I visited http://127.0.0.1:8080/front_end/devtools_app.html?ws=localhost:8899, which connects to my backend WebSocket ...
linjunchao's user avatar
0 votes
0 answers
17 views

What is fit-to-window under Zoom setting in Chrome dev tools? What is the difference between a normal zoom and the one offered by devtools?

I tried looking into this setting(which is under zoom dropdown) in other places but couldn't find any descriptive explanation. So, I would like to ask for some help on these questions. Does selecting ...
alohaes's user avatar
  • 11
0 votes
0 answers
34 views

Proxy not working in Chrome and getting error

I have opened the chrome with proxy command line switch --proxy-server="https=http://{proxyipaddress}:{proxyport}" but I am facing "(failed)net::ERR_PROXY_CONNECTION_FAILED". But ...
Learner's user avatar
  • 37
0 votes
0 answers
23 views

How can i interpret dropped frames possibly associated with a lone "task" in Chome dev tools

I have a requestAnimationFrame loop which renders some webGL. It seems that it does this very fast, but i still see these dropped frames in the profile. It doesnt always seem to align, with this "...
pailhead's user avatar
  • 5,341
0 votes
1 answer
65 views

Why is chrome://inspect not listing the remote target, and how can I resolve this issue so that the target appears in chrome://inspect as expected?

chrome://inspect Not Identifying Remote Target, But devtoolsFrontendUrl Works: I'm having trouble getting Chrome's chrome://inspect page to recognize a remote target for a Node.js debugger. Here's the ...
Lindauson's user avatar
  • 3,243
0 votes
1 answer
24 views

Sources tab + F8 in Chrome inspector is not freezing the browser

I am trying to see a tooltip element in the inspector and I need to freeze the browser to do so. In the past, I've simply opened the Sources tab in the Chrome inspector, hovered over the element to ...
Dan Gray's user avatar
0 votes
1 answer
45 views

How to activate Chrome's DOM Distiller with Javascript?

Is there any way to activate Chrome's DOM Distiller with a (console) Javascript? - like to set --enable-dom-distiller flag from console? Background: I have a software with an in-build Chromium. I have ...
Evgeniy's user avatar
  • 2,491

15 30 50 per page
1
2 3 4 5
242