Ruby 2 调试器 Byebug

码农软件 · 软件分类 · 程序调试工具 · 2019-11-29 22:43:56

软件介绍

Byebug 是一个易于使且功能丰富的Ruby 2调试器。它使用新的TracePoint API进行执行控制,新的Debug Inspector API用于调用堆栈导航,因此不依赖于内部核心源。它具有以下特点:

  • 它被作为C扩展开发,因此速度很快。

  • 它有一个完整的测试套件,因此很可靠。

您可以查看Ruby程序在执行过程中发生的情况,并提供许多传统的调试功能,例如:

  • 步骤:一次运行一行程序。

  • 破裂:暂停程序在某些事件或指定的指令,以检查当前状态。

  • 评估:基本的REPL功能。

  • 跟踪:跟踪变量的不同值或程序执行的不同行。

本文地址:https://www.codercto.com/soft/d/20087.html

Ordering Disorder

Ordering Disorder

Khoi Vinh / New Riders Press / 2010-12-03 / USD 29.99

The grid has long been an invaluable tool for creating order out of chaos for designers of all kinds—from city planners to architects to typesetters and graphic artists. In recent years, web designers......一起来看看 《Ordering Disorder》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具