redis-lua-debugger

码农软件 · 软件分类 · 程序调试工具 · 2019-11-30 18:26:34

软件介绍

rld 是一个非交互的调试工具,用于调试 Redis 的 Lua 脚本,这里有篇详细介绍的文章

rld 特性包括:

  • 易于安装,只有 6kB

  • 可打印输出到本地和远端

  • 跟踪执行的代码行

  • 先进的数值变化的自动监控机制报告

  • 报告函数调用、返回和参数可进行实时检查

基本使用:

  1. Load rld.lua to Redis once (e.g. redis-cli --eval rld.lua).

  2. Add this line at the beginning of your Lua script: rld.start().

  3. Run your code as usual (e.g. redis-cli --eval prog.lua).

  4. View rld's output in Redis' log file or by subscribing to the rld channel.

API

  • rld.start() - starts the debugger

  • rld.stop() - stops the debugger

  • rld.troff() / rld.tron() - toggles tracing off/on

  • rld.options - debugger options, see source for details

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

计算几何

计算几何

邓俊辉 / 清华大学出版社 / 2009-6 / 49.00元

《计算几何:算法与应用(第3版)》的前4章对几何算法进行了讨论,包括几何求交、三角剖分、线性规划等,其中涉及的随机算法也是《计算几何:算法与应用(第3版)》的一个鲜明特点。第5章至第10章介绍了多种几何结构,包括几何查找、kd树、区域树、梯形图、Voronoi图、排列、Delaunay三角剖分、区间树、优先查找树以及线段树等。第11章至第16章结合实际问题,继续讨论了若干几何算法及其数据结构,包括......一起来看看 《计算几何》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具