

Which integrated development environment (IDE) should you use?īoth VS Code and Eclipse are powerful IDEs.

Installing Microsoft VS Code or Eclipse.Installing the Yocto SDK for cross compiling.Provisioning a new Ubuntu 20.04 host computer for development.īoth guides provide a step-by-step process and examples for: Java is a registered trademark of Oracle and/or its affiliates.Have you seen our new wiki pages for C/C++ development using Visual Studio Code (VS Code) and Eclipse on our wiki website? Check out the following example pages for our i.MX 8M Mini based platforms: Yocto Programming with Visual Studio Code and Yocto Programming with Eclipse. For details, see the Google Developers Site Policies. Once you have it, paste the following json: "Įxcept as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. If you are doing this for the first time, editor is going to suggest creating tasks.json file. Open View->Command Pallete ( Ctrl+Shift+P) and start typing: "Tasks: Configure Build Task". Once you can compile project from command line, you can also configure VSCode to be able to invoke same command. compilation_mode dbg flag here indicates that produced binary should have debug symbols. See project README file for details on how to setup development environment in Ubuntu. TensorFlow IO is compiled using bazel build command: bazel build -s -verbose_failures -compilation_mode dbg //tensorflow_io/. Python Extension Pack - another useful extension for Python development.Python - Official Python extension from Microsoft.C/C++ - Official C++ extension from Microsoft.To install an extension click the extensions view icon (Extensions) on the Sidebar, or use the shortcut Ctrl+Shift+X. The base tool setup might differ based on the operation systems, but the configuration approach should be similar. Since VSCode configuration is very flexible, it allows developers toĬompile project using bazel and run the code under Python and C++ debuggers. Owing to the ease of use and extension management, it is a great editor for TensorFlow IO development. It has elegant tooling support which supports Python & C++ development, visual debugging, integration with git and many more interesting features. Visual Studio Code (VSCode) is a free code editor, which runs on the macOS, Linux, and Windows operating systems.
