The IoT Edge OSS project
Перейти к файлу
Noel Campbell 3c9759fa43
Cherry-pick: Add script and documentation for attaching VSCode debugger to a container/module (#5858)
Add a script for setting up the Visual Studio debugger in an Edge container/module. Also, update the Dev Guide to document how to use the script and VSCode to attach a debugger to the edgeAgent container/module.

This script and documented steps have been tested on an Ubuntu18.04 dev machine running a local build of aziot-edge v1.2. In this test, VSCode was running on the dev machine and was able to successfully attach its debugger to the Edge Agent container. 

## Azure IoT Edge PR checklist:
2021-11-23 16:55:15 +00:00
.config [Manifest Signing] Manifest trust bundle for EA & EH (#3989) 2021-04-06 18:33:09 +00:00
.github Update PULL_REQUEST_TEMPLATE.md (#5677) 2021-10-18 20:52:31 +00:00
.vscode Let DirectMethodReceiver reports back to TRC (#2235) 2020-01-07 13:44:03 -08:00
builds Nested Tests: Agent lock resiliency (#5836) 2021-11-22 19:48:27 +00:00
doc Cherry-pick: Add script and documentation for attaching VSCode debugger to a container/module (#5858) 2021-11-23 16:55:15 +00:00
e2e_deployment_files Connectivity / Nested Connectivity: Add tolerances for failure cases (#5512) 2021-09-21 16:39:06 -07:00
e2e_test_files Adding E2E Test for Twin Operations. (#754) 2019-01-29 11:51:13 -08:00
edge-agent Revert Changes to Handle Validation of Since and Until Time (#5842) 2021-11-12 20:46:51 +00:00
edge-hub Update Base Images for a Security Patch 2021-11-10 15:12:52 -08:00
edge-modules Update Base Images for a Security Patch 2021-11-10 15:12:52 -08:00
edge-util Update Base Images for a Security Patch 2021-11-10 15:12:52 -08:00
edgelet Remove Subject Alternate Name Sanitization in Workload Cert Creation (#5798) 2021-11-08 21:08:35 +00:00
mqtt Update Base Images for a Security Patch 2021-11-10 15:12:52 -08:00
samples/dotnet Updated SDK from 1.36.2 to 1.36.3 to fix connectivity issues (#5722) 2021-10-21 16:28:27 +00:00
scripts Cherry-pick: Add script and documentation for attaching VSCode debugger to a container/module (#5858) 2021-11-23 16:55:15 +00:00
smoke Updated SDK from 1.36.2 to 1.36.3 to fix connectivity issues (#5722) 2021-10-21 16:28:27 +00:00
test E2E: Re-enable validate metrics (#5844) 2021-11-18 17:54:28 +00:00
tools Remove internal test dashboard code (#5738) 2021-10-22 15:20:26 -07:00
.editorconfig Merged PR 469065: Merge master1 to master 2017-10-16 20:12:49 +00:00
.gitattributes Ensure rs files have LF endings (#475) 2018-10-22 14:10:20 -07:00
.gitignore Generic Mqtt Test Module: TRC HTTP Client (#4126) 2021-01-06 21:51:28 +00:00
Azure.IoT.Edge.DotSettings Update Code Style (#1629) 2019-08-29 15:05:38 -07:00
CHANGELOG.md Update Changelog for 1.0.8 (#1469) 2019-08-01 22:15:10 -07:00
CodeCoverage.runsettings Update functions to 3.0 (#4910) 2021-05-07 00:03:40 +00:00
LICENSE Merged PR 922782: Add line breaks to license 2018-06-26 00:38:17 +00:00
Makefile Module runtime binary and package rename (#4004) 2020-11-23 18:41:34 +00:00
Microsoft.Azure.Devices.Edge.sln iotedge check improvements for nested edge (#4608) 2021-03-17 22:08:49 +00:00
Microsoft.Azure.Devices.Edge.sln.DotSettings Code formating for C# codebase (#677) 2019-01-04 13:42:31 -08:00
README.md Fix the CI status link in the Readme (#737) 2019-01-23 13:20:00 -08:00
SECURITY.md Add SECURITY.md (#1665) 2019-09-03 14:53:15 -07:00
THIRDPARTYNOTICES Remove internal test dashboard code (#5738) 2021-10-22 15:20:26 -07:00
netcoreappVersion.props Update codebase to dotnet 3.1. (#2996) 2020-05-22 17:02:05 +00:00
netstandardVersion.props Aggregate metrics before upload (#3482) 2020-09-10 00:04:18 +00:00
owners.txt Add owners.txt for ownership enforcement (#1788) 2019-10-02 08:59:55 -07:00
stylecop.json Code formating for C# codebase (#677) 2019-01-04 13:42:31 -08:00
stylecop.props Update codebase to dotnet 3.1. (#2996) 2020-05-22 17:02:05 +00:00
stylecop.ruleset Update codebase to dotnet 3.1. (#2996) 2020-05-22 17:02:05 +00:00
trademark.txt Merged PR 922483: Add LICENSE, THIRDPARTYNOTICE, trademark.txt, and updated README.md 2018-06-26 00:03:36 +00:00
versionInfo.json Update the dev version to 1.2 2021-04-07 17:39:52 -07:00

README.md

IoT Edge

Build Status

Welcome to the home of IoT Edge.

IoT Edge moves cloud analytics and custom business logic to devices so that your organization can focus on business insights instead of data management. Enable your solution to truly scale by configuring your IoT software, deploying it to devices via standard containers, and monitoring it all from the cloud. This repository consists of three main projects: the Edge Agent, the Edge Hub, and the IoT Edge Security Daemon.

Documentation

Documentation for the Azure IoT Edge product can be found at https://docs.microsoft.com/azure/iot-edge.

Contributing

If you would like to build or change the IoT Edge source code, please follow the devguide.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.