Questions tagged [chrome-debugging]

100 questions
1
vote
1 answer

Animations doesn't work in debug mode | React-Native

I've got a really annoying bug for some time now.. and it's that animations doesn't work in the debug mode of a React-Native App properly. It takes about 5s until they get executed. In normal mode everything works fine. I don't know what the…
BennoDev
  • 219
  • 1
  • 3
  • 11
1
vote
0 answers

Open source file in Electron DevTools in VSCode

I am running an Electron app and developing it with VSCode and I have my debugging setup connected to VSCode, so that I can debug break points both in the main process and the renderer process. When I get error messages in my DevTools console I want…
1
vote
1 answer

How to run React.js localhost application on chrome dev remote devices?

I'm creating React.js application and running it on localhost port 5443. I want to see my React.js app in mobile view. How can i run localhost in chrome remote devices.I'm able to connect remote devices on the chrome dev-tool but my localhost not…
sonu shaikh
  • 21
  • 2
  • 8
1
vote
1 answer

How to enable Inspect function within right-click menu on custom dialog when debugging Google apps script?

I'm developing a file picker function in Google sheet, using Google Picker API. Now I'm able to show a custom dialog window to pick files from my Google drive, but the result doesn't fully meet my needs, I would like to debug and find out any wrong…
1
vote
1 answer

Nodejs memory leak - memory allocation decreased after taking snapshot in chrome debug

I'm investigating a memory leak in my nodejs script, by checking process.memoryUsage().heapUsed, the usage is around 3000MB. chrome://inspect also shows memory usage of around 3000MB. However, every time after I take a heap snapshot, the heap…
Jay
  • 161
  • 1
  • 18
1
vote
2 answers

Inspect button not available for Chrome on remote device in Chrome developer tools

Problem So I got my phone showing up as a device in Remote Devices in Chrome Developer tools. but the version of Chrome is missing the list of tabs in Chrome is missing which means the inspect button is missing More Information I have adb…
toddmo
  • 20,682
  • 14
  • 97
  • 107
1
vote
2 answers

How can I access Aurelia objects via the "window" variable from the debug console?

I need a way to access the list of objects that aurelia makes. Specifically, I have file called current-user.ts. That file has this code in it: export var currentUser = null; I need a way to access the value of this variable. Preferably without…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
1
vote
0 answers

Chrome breakpoint system randomly fails, until reboot

I can debug just fine using Chrome devtools for a while, but at some point my breakpoints stop working. They are still enabled (darker blue in the gutter). "debugger;" statements still break. Quitting and restarting Chrome does not solve the…
1
vote
0 answers

Modify value of a variable in a javascript function using chrome extension

I could manually put a breakpoint in the code, then modify the value and resume the execution. Is it feasible to automate this through chrome extension? '"dfffeiijig"': function(e, t, a) { "use strict"; function n(e) { return e &&…
1
vote
0 answers

React native + typescript can't see ts in chrome debugger

I recently started a react native project with typescript, redux, react navigation and redux saga. Everything worked fine. I noticed, when I want to debug in chrome debugger I can not see the ts files, these I see only the js and when I put…
Ron Kiewe
  • 11
  • 4
0
votes
0 answers

How to get the objectId for the Debugger.setBreakpointOnFunctionCall command in a C++ project using V8 engine?

I am using v8 engine inspctor to debug javascript in my own c++ project , I sent the debug command Debugger.setBreakpointOnFunctionCall to v8 engine to set a breakpoint before call a function ( function Action() ) , the command is a JSON string ,…
0
votes
0 answers

Not able to open source file and debug in angular 16

Updated my angular project from 7.2 to 16 in that case i'm not able to debug and not able to open source file is any solution available for it? added "configurations": { "production": { "sourceMap": true, } but still not working this
0
votes
1 answer

What are the steps to debug an inability bind breakpoints on a chrome launch configuration using Angular?

Using Angular 13 / Chrome 111 / VSCode 1.76.1 / Node 16.19.1 I'm experiencing a new inability to bind breakpoints in VSCode after my code has live-reloaded. Here's the configuration that was working yesterday in my launch.json: "configurations": [ …
0
votes
1 answer

Some tailwind classes don't work in chrome inspect

I'm trying to develop the front end of my project using tailwindcss through the Chrome Inspect Tool. But the issue I'm facing is that some classes don't really apply in chrome inspect. I understand that there might be a compilation issue as these…
0
votes
2 answers

I don't see an Angular component in the developer tools for debugging in Chrome

I have this component working fine But here I don't see it Is in my app.module too Any idea, please? Thanks
kintela
  • 1,283
  • 1
  • 14
  • 32