# ide-memleak-detect **Repository Path**: openkylin/ide-memleak-detect ## Basic Information - **Project Name**: ide-memleak-detect - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-06-30 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [中文](#泄露检测插件)|[English](#memleak-detect) # 泄漏检测插件 #### 介绍 memleak-detect 是一款基于银河麒麟桌面操作系统V10 (SP1)的拓展插件,用于C/C++程序的泄漏检测,帮助开发者在检测并定位可执行程序中确定及可能发生内存泄漏的位置及对应字节数。 #### 软件架构 目前支持架构: | 支持架构 | 操作系统 | | ----------- | ----------- | | x86 | V10 SP1 银河麒麟桌面操作系统V10 (SP1) | | arm | V10 SP1 银河麒麟桌面操作系统V10 (SP1) | | loongarch | V10 SP1 银河麒麟桌面操作系统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) # memleak-detect #### Instroduction memleak-detect is an extension plugin based on the Kylin Desktop Operating System V10 (SP1), used for memory leak detection in C/C++ programs, Help developers detect and locate the position and corresponding byte size of determined and potential memory leaks in executable programs. #### Software architecture Supported architectures | Architectures | OS | | ------------- | -------------| | x86 | Kylin V10SP1 | | arm | Kylin V10SP1 | | loongarch | Kylin V10SP1 | #### Build process 1.Installing a specific version of Node.js: Version requirement: >=16.14.x and <17 Download link: https://nodejs.org/dist/ 2.Compilation and installation: Dependencies: npm, yarn, vsce, vue Compilation: Run ./build.sh in the current directory to automatically compile and package the plugin. The compiled plugin can be found in the detect-plugin directory. Installation: Run code-oss --install-extension detect-plugin/*.vsix in the current directory to install the plugin. 3.How to use: Check the plugin homepage for [detailed instructions](detect-plugin/README.md).