百度智能云

All Product Document

          Intelligent Edge

          Remote Debugging

          1. Background Introduction

          With the BIE edge core deployed onto the edge device, if required to debug the services running on the edge core, you often need to operate it on the device side, resulting in significant inconvenience for our use. Therefore, you need to design and introduce the remote debugging function of the edge core device based on the Web console to perform the remote view and interaction function of the device application.

          2. Achieve Goal

          You can access the specified edge core from the browser page and get the same experience as the local command line terminal environment.

          3. Usage process

          At present, it can perform the remote debugging function in container mode.

          3.1 Create and install node

          Install a node on the edge device by following the Node Managementsection of Operation Guide.

          After the installation, click the Application Deployment menu on the left navigation bar of the Cloud Node Details page. Thus, you can view the deployed application-related information and resource utilization.

          node_info.png

          3.2 Start remote debugging

          Click the Application Service tab on the Details page, and you can see the application status and service status information.

          service_state.png

          As shown in the figure above, you can click "Remote Debugging" in the Service Status action bar when the cloud instance runs normally.

          Select the instance to access, and click Remote Debugging to start the remote operation.

          debug_start.png

          debug.png

          3.3 End debugging

          When remote debugging is not required, you can directly exit or close the current page.

          3.4 Others

          When no operation is carried out on the remote debugging interface for a long time, the debugging link will be automatically disconnected due to timeout as shown in the figure.

          timeout.png

          At this time, you will not receive any response from the device if you continue the operation. If you need to debug, you can refresh the page and start debugging again.

          Previous
          Deployment Task
          Next
          Application Deployment