Browse and download Developer Tools apps on your Mac from the Mac App Store. The Mac App Store has a wide selection of Developer Tools apps for your Mac.
- To install and run. Ensure you have a JDK installed, if not, download here. (For 64-bit Intel Macs, download Java for Mac OS X 10.5, Update 1. For the latest version of Mac OS, use the Software Update feature) Download the file for OS X on the Downloads page. Double-click the SQL Developer icon.
- The next option is to download the latest command line tools from Apple's developer page. To do this, you simply need to log into the downloads section of the Apple developer site using an Apple ID.
NVIDIA® CUDA Toolkit 11.1 no longer supports development or running applications on macOS. While there are no tools which use macOS as a target environment, NVIDIA is making macOS host versions of these tools that you can launch profiling and debugging sessions on supported target platforms.
You may download all these tools here. Note that the Nsight tools provide the ability to download these macOS host versions on their respective product pages.
Please visit each tool's overview page for more information about the tool and its supported target platforms.
The macOS host tools provided are:
- Nsight Systems - a system profiler and timeline trace tool supporting Pascal and newer GPUs
- Nsight Compute - a CUDA kernel profiler supporting Volta and new GPUs
- Visual Profiler - a CUDA kernel and system profiler and timeline trace tool supporting older GPUs (see installation instructions, below)
- cuda-gdb - a GPU and CPU CUDA application debugger (see installation instructions, below)
Revision History
Instructions for installing cuda-gdb on the macOS
Mac Os
- This tar archive holds the distribution of the CUDA 11.1 cuda-gdb debugger front-end for macOS.
Native macOS debugging is not supported in this release. Remote debugging from a macOS host to other CUDA enabled targets, however, is supported.
Supported Mac platforms: macOS 10.13
- To install:
- Create an installation directory
INSTALL_DIR=$HOME/cuda-gdb-darwin-11.1
mkdir $INSTALL_DIR
cd $INSTALL_DIR
- Download the cuda-gdb-darwin-1.1.69.tar.gz tar archive into
$INSTALL_DIR
above - Unpack the tar archive
tar fxvz cuda-cuda-gdb-darwin-1.1.69.tar.gz
- Add the bin directory to your path
PATH=$INSTALL_DIR/bin:$PATH
- Run cuda-gdb --version to confirm you're picking up the correct binaries
cuda-gdb --version
- Open terminal.
- Change to the bin folder
> cd <nvvp_mac>/nvvp/bin
- Run nvvp script file in command line
> ./nvvp -vm <path_to_java>
- For example:
> ./nvvp -vm /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre/bin/java
- Remote profiling
- Import nvprof output files
- Download version: 8u144-b01 (Zulu: 8.23.0.3) .dmg.zip.tar.gz
- Download version: Zulu 8.23.0.3 (build 1.8.0_144-b01 .zip
- Cmd+Opt+I to open the Developer Tools
- Cmd+Opt+J to open the Developer Tools and bring focus to the Console
- Cmd+Shift+C to open the Developer Tools in Inspect Element mode, or toggle Inspect Element mode if the Developer Tools are already open.
- F12, or Ctrl+Shift+I to open the Developer Tools.
- Ctrl+Shift+J to open the Developer Tools and bring focus to the Console.
- Ctrl+Shift+C to open the Developer Tools in Inspect Element mode, or toggle Inspect Element mode if the Developer Tools are already open.
You should see the following output:
- NVIDIA (R) CUDA Debugger
11.1 release
Portions Copyright (C) 2007-2020 NVIDIA Corporation
GNU gdb (GDB) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
- Steps to run:
- Summary of supported features:
- Refer the 'Visual Profiler' section in the 'Profiler User's Guide'
for more information:
- https://docs.nvidia.com/cuda/profiler-users-guide/index.html#visual
Notes about JRE Requirements when using Visual Profiler on the macOS
- OpenJDK provides an open-source (and standards compliant) implementation of a Java compliant JVM.
Binaries are provided by various vendors such as Oracle, Azul Systems (Zulu), Amazon, Red Hat, IBM, etc.
- Visual Profiler needs to use an older version of Java, specifically JRE update 151, to work correctly.
This is currently not offered by Oracle JDK but is provided by Azul Systems (Zulu).
- The Bazel Build project also uses the Zulu builds of OpenJDK.
- Download JDK 8.0.144 to get JRE update 151:
Revision History
Current Version
Version Archive
Chrome DevTools is a standalone node-webkit based OS X application that separates Chrome Developer Tools from the Chrome web browser, and, besides practicality and speed, it brings to the table a more accessible user interface. Browser independence offered via a standalone Chrome Developer. Technical Writer, Chrome DevTools & Lighthouse This is a hands-on tutorial of some of the most commonly-used DevTools features related to inspecting a page's network activity. See Network Reference if you'd like to browse features instead.
Chrome Inspect Element Tool & Shortcut
Test cutting-edge web platform APIs and developer tools that are updated weekly. Google Chrome for developers was built for the open web. Download Chrome for Mac. For Mac OS X 10.10 or later.
Chrome Inspect Element is a native development tool pre-built into the Chrome browser making it very accessible, especially when it has shortcut command options. Below are the options for opening up the Inspect Element tool with keyboard shortcuts.
Mac Os Developer Tools Download Pc
Keyboard Shortcuts: Mac
Keyboard Shortcuts: Windows/Linux
If you're a QA Analyst and would be using Chrome developer tools almost daily then it would be advantageous to become familiar with the rest of the keyboard shortcuts that the Chrome Inspect Element tool has to offer. A comprehensive list of those shortcuts can be found here.
Chrome Developer Tools ショートカット Mac
Activating Chrome Inspect Element
This good old-fashioned way of accessing the tool is by right clicking in the browser window and selecting 'Inspect element'
Once Inspect element is launched, the user can now identify any object that is on the page by clicking the Inspect button.
Chrome's element inspector displays
By moving the mouse over the browser, window elements that the tool is able to reference will be highlighted. Below is a screenshot of sample output from the Google's 'Google Search' button located on the site's main landing page. Line 6 pod farm for mac.
Chrome Developer Tools Download
Here we see the element details of the search button, after inspecting.
Chrome Developer Tools Not Opening Mac
Developer Options Chrome
Best Mac Developer Tools
Note that the value returned from Chrome Inspect Element will be identical to the values returned by all other browser Inspect Element tools, such as Firefox, Chrome, and IE, which can all be found out more about here.