Visual Studio:内存泄露AddressSanitizer(跨平台)

Visual Studio:内存泄露AddressSanitizer(跨平台) 2

bingliaolong 3个月前 6 0

概述 AddressSanitizer(ASan)最初由 Google 开发并开源,是 LLVM/Clang 编译器工具链的一部分 它的核心目标是检测内存错误(如缓冲区溢出、释放后使用等),并通过 影子内存(Shadow Memory) 和 运行时插桩(Instrumentati...

Linux开发相关工具

Linux开发相关工具

bingliaolong 1年前 10 0

开发工具 CLion gcc g++ lua golang 开发辅助 git make 调试工具 gdb 调试 lldb 调试 汇编相关 nasm 终端相关 ohmyzsh Powerlevel10k主题 jonathan主题 vimplus 网络相关 net-tools 杀毒 ...

Visual Studio:子进程调试相关

Visual Studio:子进程调试相关 2

bingliaolong 1年前 16 0

从 Visual Studio Gallery 下载该工具 before vs2022 地址:微软插件 地址:aet_repo vs2022 地址:微软插件 地址:aet_repo 用途与介绍 子进程调试意味着当您正在调试的应用程序创建另一个进程时,Visual Studio 将...

Macos开发相关工具

Macos开发相关工具

bingliaolong 2年前 12 0

开发工具 XCode CLion Qt 开发辅助 Git Sourcetree 感觉没有CLion内置git好用 iterm2 终端 ohmyzsh zsh-autosuggestions zsh-highlighting autoupdate zsh-completions v...

Windows开发相关工具

Windows开发相关工具

bingliaolong 4年前 34 0

开发工具 VS2019 Developer Command Prompt For VS 2019` `Visual Studio Code CLion GoLand WebStorm DataGrip PyCharm PhpStorm Code Blocks Sublime Te...

CLion:配置C++下lua开发环境

CLion:配置C++下lua开发环境

bingliaolong 5年前 271 0

新建C++工程 选择:C++ Executable 设置工程存放路径:Location 选择C++标准:C++14 配置CLion中lua配置 Lua interpreter: C:\Lua\lua.exe Working directory: D:\Projects\Work ...

Visual Studio:查看变量内存

Visual Studio:查看变量内存

bingliaolong 5年前 576 0

添加断点并取内存地址 在需要查看内存的地址或需要查看内存中的值的变量处,打个断点。 启动程序,让程序运行到此断点处。(Ctrl+F10) 双击选中需要查看的变量,右键选择快速监视(Shift+F9) 在弹出的快速监视的框里,表达式处,里面的变量的前面,加个取地址符&。点击...

Visual Studio:管理工程文件

Visual Studio:管理工程文件

bingliaolong 5年前 28 0

配置 && 平台 所有配置 所有平台 以下配置以及后续更新皆以本人使用习惯作以参考 常规 输出目录 $(ProjectDir)bin\$(Platform)/$(Configuration) 中间目录 $(ProjectDir)temp\$(Platform)/$...

扫一扫二维码分享