2020计算机顶级大会_2020年顶级远程调试工具

2020计算机顶级大会

When it comes to debugging, the tool you use is extremely important and can determine how easy is is to fix problems within your code.

在调试方面,您使用的工具非常重要,可以确定在代码中修复问题的难易程度。

In the early days, the debugging process was quite a challenge. With the distinct lack of reliable debuggers, developers turned to several hacks.

在早期,调试过程是一个很大的挑战。 由于明显缺乏可靠的调试器,因此开发人员转向了一些黑客。

For instance, when debugging a mobile app or website, you would recreate issues on your desktop and then use Chrome developer tools and similar toolkits. Unfortunately, these hacks were not as effective — you had to constantly shift back and forth from your desktop browser and mobile device.

例如,在调试移动应用或网站时,您将在桌面上重新创建问题,然后使用Chrome开发者工具和类似的工具包。 不幸的是,这些黑客没有那么有效-您不得不不断地从台式机浏览器和移动设备上来回移动。

Fast forward to today, and we have a powerful suite of tools that allow you to debug defective code running on a different device as if it were local code. Best of all, these remote debugging tools not only address the debugging challenges but also enhance collaboration across development teams.

时至今日,我们拥有一套功能强大的工具,可让您调试在其他设备上运行的有缺陷的代码,就像本地代码一样。 最重要的是,这些远程调试工具不仅可以解决调试难题,而且可以增强开发团队之间的协作。

In this post, I have put together the top ten remote debugging tools which can be reliably used to debug your code remotely.

在本文中,我汇总了十大远程调试工具,这些工具可以可靠地用于远程调试代码。

转出 (Rookout)

Rookout is an innovative tool that brings agility to the debugging process. It can be used to debug JVM, Node.JS, and Python code in both serverless and containerized applications. The beauty of Rookout lies in its ability to allow users to debug both staging and production applications quickly and securely. It eliminates the lengthy and complicated debugging processes by providing all the data needed in a matter of seconds. The on-demand data provided by Rookout ensures developers can understand and debug issues lying within their code without coding, redeploying or restarting their applications.

淘汰工作是一种创新工具,可为调试过程带来敏捷性。 它可用于在无服务器和容器化应用程序中调试JVM,Node.JS和Python代码。 Rookout的优点在于它具有允许用户快速安全地调试暂存和生产应用程序的功能。 通过在几秒钟内提供所需的所有数据,它消除了冗长而复杂的调试过程。 Rookout提供的按需数据可确保开发人员无需编码,重新部署或重新启动应用程序即可理解和调试其代码中的问题。

With Rookout, you can remotely debug live Electron apps. Rookout’s shareable interface allows developers to set non-breaking breakpoints in troublesome Electron apps. The tool gives you complete visibility into your app's performance, so you can trace issues and develop appropriate fixes. Rookout makes all this possible without the need to install another software on the end-user

借助Rookout,您可以远程调试实时Electron应用程序。 Rookout的共享界面允许开发人员在麻烦的Electron应用程序中设置不间断的断点。 该工具使您可以完全了解应用程序的性能,因此您可以跟踪问题并开发适当的修复程序。 借助Rookout,无需在最终用户上安装其他软件即可实现所有这些操作

强调 (Highlights)

  • Easy to get started

    易于上手
  • Seamless Git integration

    无缝的Git集成
  • Integrates with a range of tools including Slack, Datadog, Sentry, Sumologic, and more

    与各种工具集成,包括Slack,Datadog,Sentry,Sumologic等
  • Interaction tracking and screen sharing capabilities

    互动跟踪和屏幕共享功能
  • Provides comprehensive debugging data in real-time

    实时提供全面的调试数据

Visual Studio程式码 (Visual Studio Code)

Visual Studio Code is always a top pick for every developer working with .NET. It has a ton of features to facilitate both local and remote debugging. With this tool, you can set conditional breakpoints and log points.It also allows you to inspect variables. For remote debugging, you will need to install the VS code remote development extension pack. This package has three extensions that provide everything you need to launch, monitor, and accelerate your remote debugging loop.

对于使用.NET的每个开发人员, Visual Studio代码始终是首选。 它具有大量功能,可促进本地和远程调试。 使用此工具可以设置条件断点和日志点,还可以检查变量。 对于远程调试,您将需要安装VS代码远程开发扩展包 。 该软件包具有三个扩展,可提供启动,监视和加速远程调试循环所需的一切。

强调 (Highlights)

  • Free to use, cross-platform operations

    免费使用,跨平台操作
  • Highly active development community with Microsoft backing

    微软支持的高度活跃的开发社区
  • Integrated Git control

    集成Git控制
  • Supports a wide array of extensions and customization options for workflow enhancement

    支持多种扩展和自定义选项,以增强工作流程
  • Automatic error checking and color coding is great

    自动错误检查和颜色编码很棒

Ruby矿 (RubyMine)

RubyMine is a powerful and intelligent cross-platform IDE that allows you to debug Ruby on Rails, CoffeeScript, JavaScript, CSS, ERB and HAML, and more. Its advanced built-in debugger allows you to set breakpoints and define hit conditions with ease.

RubyMine是功能强大且智能的跨平台IDE,可让您调试Ruby on Rails,CoffeeScript,JavaScript,CSS,ERB和HAML等。 其先进的内置调试器使您可以轻松设置断点并定义命中条件。

JetBrains' RubyMine provides two ways to debug applications that run on remote devices. First, you can add the remote Ruby interpreter and configure mappings between local and remote project files, then launch your debugging session. Alternatively, you can run applications on the remote device then add the Ruby interpreter. Once done, configure mappings between files and bind to a running process. The latter is especially helpful when debugging an application that you cannot launch directly from your IDE.

JetBrains的RubyMine提供了两种方法来调试在远程设备上运行的应用程序。 首先,您可以添加远程Ruby解释器并配置本地和远程项目文件之间的映射,然后启动调试会话。 另外,您可以在远程设备上运行应用程序,然后添加Ruby解释器。 完成后,配置文件之间的映射并绑定到正在运行的进程。 当调试无法直接从IDE启动的应用程序时,后者特别有用。

Another great thing about this tool is that it allows you to launch multiple debug processes simultaneously.

此工具的另一个优点是,它允许您同时启动多个调试过程。

强调 (Highlights)

  • RubyMine is based on the solid intelliJ IDEA platform

    RubyMine基于可靠的智能IDEA平台
  • Good support for ruby-related frameworks and technologies

    对与Ruby有关的框架和技术的良好支持
  • Autocomplete feature is pretty good

    自动完成功能相当不错
  • Good Git integration.

    良好的Git集成。
  • Supports multiple plugins

    支持多个插件
  • Integrates seamlessly with rails

    与Rails无缝集成

药香 (PyCharm)

PyCharm is another robust IDE developed by JetBrains for Python. This intelligent code editor is equipped with remote development capabilities, including running, testing, debugging, deploying and applications on virtual machines and remote hosts.

PyCharm是JetBrains为Python开发的另一个强大的IDE。 该智能代码编辑器具备远程开发功能,包括在虚拟机和远程主机上运行,​​测试,调试,部署和应用程序。

The debugger offers several breakpoints, frames view, watches, stepping modes, remote interpreters, and a debug console.

调试器提供了几个断点,帧视图,监视,步进模式,远程解释器和调试控制台。

Some amazing features of PyCharm include sophisticated auto-completion, excellent refactoring support and seamless integration with tools such as Django, IPython, Docker, Vagrant, and Pytest. Additionally, PyCharm is a wonderful cross-platform development tool. Other than Python, it supports JavaScript, Cython, CoffeeScript, TypeScript SQL, HTML/CSS, Node.js, AngularJS, and more.

PyCharm的一些惊人功能包括完善的自动完成功能,出色的重构支持以及与Django,IPython,Docker,Vagrant和Pytest等工具的无缝集成。 此外,PyCharm是一款出色的跨平台开发工具。 除Python以外,它还支持JavaScript,Cython,CoffeeScript,TypeScript SQL,HTML / CSS,Node.js,AngularJS等。

强调 (Highlights)

  • Awesome connectivity with multiple databases for querying within the IDE

    与多个数据库的强大连接,可在IDE中进行查询
  • Searching and installing packages is easy

    搜索和安装软件包很容易
  • Automatic code completion

    自动完成代码
  • Git visualization

    Git可视化
  • Shows code errors on the fly and facilitates easy fixing

    实时显示代码错误,并易于修复

广东发展银行 (GDB)

GDB can be effectively used to debug programs on another computer. To perform remote debugging, you will need to run the GDB utility in the host system. Additionally, you must run gdbserver on the target system so that the two utilities will communicate through a network or serial line using the GDB remote serial protocol.

GDB可以有效地用于调试另一台计算机上的程序。 要执行远程调试,您将需要在主机系统中运行GDB实用程序。 此外,必须在目标系统上运行gdbserver,以便两个实用程序将使用GDB远程串行协议通过网络或串行线路进行通信。

There are two configuration options for remote debugging with GDB/gdbserver. The first involves using the remote GDB server to automatically build and upload application code to the remote machine. The second option is using GDB remote debug where you should have the executable files.

使用GDB / gdbserver进行远程调试有两个配置选项。 第一个涉及使用远程GDB服务器自动构建应用程序代码并将其上载到远程计算机。 第二个选项是使用GDB远程调试,您应该在其中具有可执行文件。

强调 (Highlights )

  • Easy to use and trace faults within code

    易于使用并跟踪代码中的错误
  • Cross-platform and wide language support

    跨平台和广泛的语言支持
  • Effective for core dump analysis

    对核心转储分析有效

(Eclipse)

Eclipse is a renowned IDE for Java development that also supports languages like Python, Ruby, C# and, PHP. The Eclipse IDE is equipped with advanced features for development and debugging, making it an all-rounded tool. One of the most impressive features on Eclipse is the platform’s debug perspective that shows detailed debugging information such as breakpoints, variables, call stacks, and threads side by side. Using Eclipse, you can step through program execution, suspend and resume threads, evaluate expressions and inspect values. Managing remote debugging configurations on Eclipse is quite easy and straightforward, which makes the tool more popular among developers.

Eclipse是Java开发的著名IDE,它还支持Python,Ruby,C#和PHP等语言。 Eclipse IDE具备用于开发和调试的高级功能,使其成为一种全面的工具。 Eclipse上最令人印象深刻的功能之一是该平台的调试透视图,该视图并排显示了详细的调试信息,例如断点,变量,调用堆栈和线程。 使用Eclipse,您可以逐步执行程序,暂停和恢复线程,评估表达式并检查值。 在Eclipse上管理远程调试配置非常容易和直接,这使得该工具在开发人员中更受欢迎。

强调 (Highlights)

  • Automatic code completion

    自动完成代码
  • Good refactoring support

    良好的重构支持
  • Excellent navigation capability

    出色的导航能力
  • Helps with syntax checking for clean and efficient code

    帮助语法检查以获取干净有效的代码
  • Git Integration

    Git集成

Zend Studio调试器 (Zend Studio Debugger)

The Zend Studio is a professional IDE that supports PHP code editing, testing, debugging, and more. It is tightly integrated with the Zend Server, thereby creating a complete PHP environment that facilitates easier analysis of problems detected in staging and production environments. Zend also provides a PHP extension that users can install on web servers to debug PHP scripts. Using Zend for debugging is relatively easy – you only need to open the source code, set breakpoints in the project, and run a debug session.

Zend Studio是一个专业的IDE,支持PHP代码编辑,测试,调试等。 它与Zend Server紧密集成,从而创建了一个完整PHP环境,可简化对在暂存和生产环境中检测到的问题的分析。 Zend还提供了一个PHP扩展,用户可以将其安装在Web服务器上以调试PHP脚本。 使用Zend进行调试相对容易-您只需要打开源代码,在项目中设置断点并运行调试会话即可。

Remote debugging on Zend can be done in three ways. The first option is using the Debug URL functionality on Zend Studio. Secondly, you can use the Debug as Web Page functionality within Zend Studio. And finally, using the Zend browser toolbar on Firefox or Chrome.

在Zend上的远程调试可以通过三种方式完成。 第一种选择是在Zend Studio上使用“调试URL”功能。 其次,您可以在Zend Studio中使用“作为网页调试”功能。 最后,使用Firefox或Chrome上的Zend浏览器工具栏。

强调 (Highlights)

  • Ability to sift through project files in just a few keystrokes

    只需几次按键即可浏览项目文件的能力
  • Highly efficient and speedy platform

    高效快捷的平台
  • Large community support

    大型社区支持
  • Great for building and debugging PHP applications

    非常适合构建和调试PHP应用程序
  • The framework is exceptionally flexible

    该框架非常灵活

WinPdb的 (WinPdb)

WinPdb is an excellent Python debugger that works well on Windows, Mac OS, and Linux systems. It is compatible with both Python 2.x and Python 3.x.This debugging tool supports smart breakpoints, namespace modification, multiple threads, embedded debugging, and encrypted communication. For remote debugging, you will need to copy rpdb2.py (Winpdb’s command-line debugger) onto the remote machine. Once finished, start the Python script with the debugger on the remote machine. From your local device, launch the GUI and attach the script to debug. At this point, you can use the basename or full path of the script as it is on the remote device. You can learn more about debugging Python scripts with Win PDB here.

WinPdb是一个出色的Python调试器,可在Windows,Mac OS和Linux系统上很好地运行。 它与Python 2.x和Python 3.x兼容。此调试工具支持智能断点,名称空间修改,多线程,嵌入式调试和加密通信。 对于远程调试,您需要将rpdb2.py(Winpdb的命令行调试器)复制到远程计算机上。 完成后,使用远程计算机上的调试器启动Python脚本。 在本地设备上,启动GUI并将脚本附加到调试中。 此时,您可以使用脚本的基本名称或完整路径,就像在远程设备上一样。 您可以在此处了解有关使用Win PDB调试Python脚本的更多信息。

强调 (Highlights)

  • Supports multithread debugging

    支持多线程调试
  • Encrypted communication for remote debugging

    加密通信,用于远程调试
  • Quicker than PDB

    比PDB快
  • Easy to use GUI with breakpoints, stack/variable inspection, and more

    具有断点,堆栈/变量检查等功能的易于使用的GUI

Use the above tools to make your remote debugging experience much better. Happy coding!

使用上述工具可以使您的远程调试体验更好。 祝您编码愉快!

翻译自: https://www.freecodecamp.org/news/remote-debugging-tools/

2020计算机顶级大会

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/390343.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

BZOJ5292 洛谷4457 LOJ2513:[BJOI2018]治疗之雨——题解

https://www.lydsy.com/JudgeOnline/problem.php?id5292 https://www.luogu.org/problemnew/show/P4457 https://loj.ac/problem/2513 你现在有m1个数:第一个为p,最小值为0,最大值为n;剩下m个都是无穷,没有最小值或最…

PHP--------微信网页开发实现微信扫码功能

今天说说微商城项目中用到的扫一扫这个功能,分享一下,希望对各位有所帮助。 前提:要有公众号,和通过微信认证,绑定域名,得到相应信息,appid,appsecret等。 微信开发文档:…

313. 超级丑数

超级丑数 是一个正整数,并满足其所有质因数都出现在质数数组 primes 中。 给你一个整数 n 和一个整数数组 primes ,返回第 n 个 超级丑数 。 题目数据保证第 n 个 超级丑数 在 32-bit 带符号整数范围内。 示例 1: 输入:n 12,…

初创公司股本结构_我如何向初创公司的开发团队添加一些结构-以及从过程中学到的东西

初创公司股本结构Until recently, Id spent the last 4 years of my career at FinTech start-ups. Id always worked for smaller companies, and being at a start-up was the next logical step in looking for roles where I could make the biggest difference. 直到最近…

拿什么拯救你,我的面试之——从零打卡刷Leetcode(No.003)

写在前边:小詹一直觉得自己编程能力不强,想在网上刷题,又怕不能坚持。不知道有木有和小伙伴和小詹一样想找个人一起刷题呢?欢迎和小詹一起定期刷leetcode,每周一周五更新一题,每一题都吃透,欢迎…

146. LRU 缓存机制

146. LRU 缓存机制 运用你所掌握的数据结构,设计和实现一个 LRU (最近最少使用) 缓存机制 。 实现 LRUCache 类: LRUCache(int capacity) 以正整数作为容量 capacity 初始化 LRU 缓存 int get(int key) 如果关键字 key 存在于缓存中,则返回…

[SQL] 请教一下 count里面有case when 一般情况下啥时候用

http://www.itpub.net/forum.php?modviewthread&tid1810967 问题: 比如 count(case when pday_id${deal_date} then 1 end) 我有点想不明白具体什么情况下count() 这个小括号里面还要用case when 大家做BI统计的时候一般什么情况用啊 还有个…

路由器架设虚拟服务器让外网访问到本地网站

确定电脑与路由器正确连接,并且已连至互联网。在地址栏中输入192.168.0.1回车,输入用户名密码,进入路由器主界面。 然后点击左侧菜单中的“虚拟服务器”,——“端口段映射”打开“端口段映射”界面。 由于网站用的是80端口&#x…

vue项目示例代码git_您应该了解的5个Git命令以及代码示例

vue项目示例代码gitIve used Git for some years now, and I still find myself googling how to do some basic tasks. So this article is my attempt to learn how to do some of these things by writing about them. And even if I still forget, at least Ill have a ref…

413. 等差数列划分

413. 等差数列划分 如果一个数列 至少有三个元素 ,并且任意两个相邻元素之差相同,则称该数列为等差数列。 例如,[1,3,5,7,9]、[7,7,7,7] 和 [3,-1,-5,-9] 都是等差数列。 给你一个整数数组 nums ,返回数组 nums 中所有为等差数组…

山羊与汽车游戏的实验算法

实验1: function shuffle(target) {var j, x, i target.length;for (; i > 0; j parseInt(Math.random() * i), x target[--i], target[i] target[j], target[j] x) {}return target }function removeAt(target, index) {return !!target.splice(index, 1).…

selenium模块

selenium模块 阅读目录 一 介绍二 安装三 基本使用四 选择器五 等待元素被加载六 元素交互操作七 其他八 项目练习一 介绍 selenium最初是一个自动化测试工具,而爬虫中使用它主要是为了解决requests无法直接执行JavaScript代码的问题selenium本质是通过驱动浏览器,完…

关闭iphone来电mac_如何在Mac和iPhone上关闭通用剪贴板切换(以及为什么要禁用此功能)

关闭iphone来电macIm about to tell you something that will shock you, and probably make you very angry. I hope you wont hate me for it. Here goes.我正要告诉您一些令您震惊的事情,并可能使您非常生气。 我希望你不会为此而恨我。 开始。 If you are an i…

关于tomcat Post 数据参数的问题

2019独角兽企业重金招聘Python工程师标准>>> POST请求本身并未限制传入参数大小&#xff0c;是tomcat 容器设置了接收参数大小的限制。修改server.xml <Connector port"8080" protocol"HTTP/1.1" connectionTimeout"2000" red…

iOS:通信录(完成)(18-01-18更)

1、读取通信录 1&#xff09;、9.0以前&#xff1a;AddressBook 2&#xff09;、9.0以后&#xff1a;Contacts 2、调用通信录UI&#xff08;不弄&#xff09; 1&#xff09;、9.0以前&#xff1a;AddressBookUI 2&#xff09;、9.0以后&#xff1a;ContactsUI 3、参考 0、写在前…

如何在React Native和Firebase中设置Google登录

Google sign-in is a great login feature to offer to your apps users. It makes it easier for them to create an account and sign in. Google登录是一项出色的登录功能&#xff0c;可为您的应用程序用户提供。 这使他们更容易创建帐户并登录。 And whats even better, F…

设计模式-发布订阅模式

这段时间在看vue的双向绑定原理&#xff0c;知道了vue的核心三大件&#xff1a;Observer, Complie, Watcher。 Observer用于监听属性的变化&#xff0c;如有变动就通知 Watcher。 Compile负责解析元素节点的指令&#xff0c;如v-if&#xff0c;v-bind之类, 进行数据和回调函数的…

杜教筛--51nod1239 欧拉函数之和

求$\sum_{i1}^{n}\varphi (i)$&#xff0c;$n\leqslant 1e10$。 这里先把杜教筛的一般套路贴一下&#xff1a; 要求$S(n)\sum_{i1}^{n}f(i)$&#xff0c;而现在有一数论函数$g(i)$&#xff0c;$g(i)$的前缀和很无脑&#xff0c;且$f$和$g$的狄利克雷卷积的前缀和很无脑&#xf…

【Android Studio安装部署系列】目录

概述 从刚开始使用Android Studio到现在&#xff0c;下面所有目录下的操作&#xff0c;当时习惯性的把每一个整理成一个文档&#xff08;其实就是简单文字描述截图&#xff09;&#xff1b;有些地方当时是一知半解&#xff0c;现在会稍微明白一些。正好赶上现在有时间。所以就想…

修改npm全局安装模式的路径

修改npm全局安装模式的路径 在正式写此文章之前&#xff0c;我得说一点血泪史。 刚学nodeJS不久&#xff0c;很纳闷为什么全局安装的模块在 node安装目录/node_modules‘ 中没找到&#xff01;后来仔细看了下安装成功后的信息&#xff0c;才发现原来是自动安装在C盘了&#xff…