Questions tagged [developer-tools]

Tools that allow web developers to test and debug their code. Web development tools come as browser add-ons or built in features in web browsers.

67 questions
109
votes
3 answers

Remove Chrome Network timeline

Does anyone know of a way to remove this? Currently Chrome Version 43.0.2357.130 m but other versions accepted as well. I've looked through all of the settings to no avail. If you want to know why I want it removed; it takes up too much space.
MonkeyZeus
  • 9,841
69
votes
7 answers

Show full URI/URL in Chrome's developer tools Network tab

When using Chrome to debug, I find it incredibly difficult to be efficient due to the fact that I don't see how I can force the "Network" tab of the developer tools to show the full request URI. It will show the full URI if you hover the link and…
SikoSoft
  • 791
21
votes
2 answers

How to open DevTools in Opera?

How can I quickly access DevTools in Opera? When I open DevTools > Settings > Shortcuts in Opera and scroll to the bottom of this page, you'll see a link "Full list of DevTools keyboard shortcuts and gestures", that points to a document for Google…
trejder
  • 12,105
15
votes
1 answer

Chrome stops Javascript when console is opened

I'm not sure if this is a new update, or a browser setting I changed when I was drunk, but basically when I open the Chrome Developer Console, Javascript becomes blocked on that page (And the Javascript Blocked icon appears in the address bar). Even…
14
votes
6 answers

Microsoft Edge Developer Tools window stays blank

The dev tools window for Microsoft Edge currently looks like this on my system: This has worked before. I don't know why and when exactly this change happened. I'm on Windows 10.0.14393 and Microsoft Edge 38.14393.0.0. The dev tools for Internet…
xehpuk
  • 442
  • 2
  • 5
  • 13
7
votes
1 answer

How to drop a table using mouse and context menu or main menu on DBeaver?

DBeaver is rather good with all the necessary features. However, something is missing. I'm using DBeaver to connect to PostgreSQL. The UI shows databases, table list, etc., right-clicking on a table would open context menu. The context menu allows…
Dan D
  • 759
7
votes
1 answer

USBProber replacement in El Capitan

There used to be a useful utility called USBProber for OS X, but I can no longer locate it. I am assuming it has been replaced by another utility, but I am not sure what Apple replaced it with or where I can find it. The last time USBProber worked…
ericg
  • 584
6
votes
1 answer

Chrome Developer Tools Disabled by website

I have recently visited a website and wanted to inspect its code. I am using Google Chrome, the latest open version. When I tried to open the Developer Tools by clicking on the drop down menu on top right the setting was grayed out and I was unable…
6
votes
3 answers

How to view source in IE in separate window?

In IE 11 on Win 10 when you View Source by doing Ctrl+U, it opens Developer Tools in a pane below the page, which is not what I want. How do I make it open the source in a new window like it always used to do.
5
votes
1 answer

Docking Vivaldi's Dev Tools

As I open the Developer Tools or the JavaScript Console on Chrome/Chromium, I can select a dock side (separate window, bottom or right side). I started using Vivaldi because I like how customizable it is, however, when it comes to the dev tools, it…
4
votes
1 answer

How do I undock Chrome F12 developer tools?

I'm using Chrome 40.0.2214.94 m on Windows 7. When you press F12 for Developer Tools, it remains docked to the main Chrome window. There is no way to Undock it to its own separate window. This is a new PC and I could do this on my old machine. When…
bgs264
  • 141
  • 2
  • 5
3
votes
2 answers

IE11 F12 tools menu moved to top

Until recently, the IE11 F12 Developer Tools window had a tab panel on the left to move between DOM Explorer, Console, Debugger etc. A few days ago I logged on to my computer from a remote machine through RDP, and when I opened F12, the left panel…
3
votes
4 answers

Where is the Javascript console (like in Chrome) in Safari 6?

I'm a heavy Chrome user for development, and wanted to try out Safari, but how do I get the console to see my traces and other outputs?
Leon Gaban
  • 2,855
3
votes
0 answers

How to add a Authorization header into a HTTP request by using Chrome Dev Tools?

Is there a way to add a token into my HTTP request without using Postman or cURL?
3
votes
1 answer

Is it possible to edit the stylesheet of FireFox Developer Tools?

Is it possible to edit the visual layout of FireFox's developer tools? I'm talking about the tools themselves, not the webpage that the tools are inspecting. I want to narrow the large gap between the CSS property name and value: I've read that…
1
2 3 4 5