# 死锁检测插件 #### 介绍 deadlock-detect 是一款基于OpenKylin社区[kylin-code](https://gitee.com/mcy-kylin/kylin-code)的拓展插件,用于C/C++程序的死锁检测及锁状态分析,帮助开发者在Linux系统下识别多线程死锁状态、互斥锁自旋锁等状态异常问题,并对程序加锁位置分析。 #### 软件架构 目前支持架构: | 支持架构 | 操作系统 | | ----------- | ----------- | | x86 | OpenKylin 银河麒麟桌面操作系统V10 (SP1) | #### 构建流程 1. 安装指定版本nodejs: 版本要求:>=16.14.x and <17 获取地址:https://nodejs.org/dist/ 2. 编译及安装 依赖npm yarn vsce vue 编译:在当前目录执行`./build.sh`后自动编译打包,编译完成的插件位于`detect-plugin`目录下。 安装:在当前目录执行 ```code-oss --install-extension detect-plugin/*.vsix```即可。 3. 使用方式 查看插件首页[细节内容](detect-plugin/README.md)