当前位置:网站首页>bashdb下载安装
bashdb下载安装
2022-04-23 08:28:00 【泰勒朗斯】
最近发现一个调试shell脚本的好助手,bashddb.
下载地址:
https://sourceforge.net/projects/bashdb/files/
然后选择bashdb
然后在自己电脑上看bash的版本
bash --version
bash --version
GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
我的是5.0.17,那么我选择5.0-1.1.2版本的bashdb下载。
./configure
make
make install
就可以用了
bashdb --debug xx.sh
然后输入下列bashdb命令:
一、列出代码和查询代码类:
l 列出当前行以下的10行
- 列出正在执行的代码行的前面10行
. 回到正在执行的代码行
w 列出正在执行的代码行前后的代码
/pat/ 向后搜索pat
? pat?向前搜索pat
二、Debug控制类:
h 帮助
help 命令 得到命令的具体信息
q 退出bashdb
x 算数表达式 计算算数表达式的值,并显示出来
!! 空格Shell命令 参数 执行shell命令
使用 bashdb进行debug的常用命令(cont.)
三、控制脚本执行类:
n 执行下一条语句,遇到函数,不进入函数里面执行,将函数当作黑盒
s n 单步执行n次,遇到函数进入函数里面
b 行号n 在行号n处设置断点
del 行号n 撤销行号n处的断点
c 行号n 一直执行到行号n处
R 重新启动当前调试脚本
Finish 执行到程序最后
cond n expr 条件断点
版权声明
本文为[泰勒朗斯]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_43360707/article/details/124350657
边栏推荐
- Misunderstanding of flush () method of OutputStream class
- 第一性原理 思维导图
- Stm32f103zet6 [development of standard library functions] - Introduction to library functions
- SYS_ CONNECT_ BY_ Path (column, 'char') combined with start with connect by prior
- 四张图弄懂matplotlib的一些基本用法
- Yangtao electronic STM32 Internet of things introduction 30 steps notes 1. The difference between Hal library and standard library
- Input / output system
- Kubernetes如何使用harbor拉去私有镜像
- QT reading and writing XML files
- LeetCode396.旋转数组
猜你喜欢
Description of the abnormity that the key frame is getting closer and closer in the operation of orb slam
第一性原理 思维导图
项目上传部分
增强现实技术是什么?能用在哪些地方?
One click cleanup of pycharm and jupyter cache files under the project
Idea import commons-logging-1.2 Jar package
洋桃電子STM32物聯網入門30步筆記一、HAL庫和標准庫的區別
【深度好文】Flink SQL流批⼀体化技术详解(一)
LeetCode-199-二叉树的右视图
K210学习笔记(二) K210与STM32进行串口通信
随机推荐
Get the absolute path of the class according to the bytecode
Asan minimalism
JSP page coding
Copy array in JS
Goland 调试go使用-大白记录
对OutputStream类的flush()方法的误解
After a circle, I sorted out this set of interview questions..
jsp页面编码
Reference passing 1
DJ音乐管理软件Pioneer DJ rekordbox
作文以记之 ~ 二叉树的前序遍历
PDF with watermark
【58】最后一个单词的长度【LeetCode】
程序,进程,线程;内存结构图;线程的创建和启动;Thread的常用方法
swagger文档导出自定义v2/api-docs拦截
耳穴减肥自身感受细节描述0422
Yangtao electronic STM32 Internet of things entry 30 step notes IV. engineering compilation and download
On time atom joins hands with oneos live broadcast, and the oneos system tutorial is fully launched
Record: JS several methods to delete one or more items in the array
【深度好文】Flink SQL流批⼀体化技术详解(一)