| 步骤 | 操作 | 说明 | |------|------|------| | 1 | 完全卸载 madCollection | 通过官方卸载程序执行 | | 2 | 删除所有残留文件 | 手动删除硬盘上所有 mad*.* 相关文件 | | 3 | 清理注册表 | 搜索 HKCU 和 HKLM 分支下所有与 madCollection 相关的条目并删除 | | 4 | 验证 IDE 正常启动 | 启动 Delphi,确认没有任何关于 madExcept 的错误或残留 | | 5 | 重新安装 madCollection | 建议以管理员身份运行安装程序,并检查 NTFS 权限 |
To achieve clean stack traces across all modules without needlessly bloating your code footprint, configure your project settings tab according to these recommendations: Metric / Setting Component Main Host Application ( .exe ) Extension Modules ( .bpl ) Enabled (Injects the processing core) Disabled (Prevents duplicate code engines) Link in madExcept settings Enabled (Centralizes global UI styles) Disabled (Inherits settings from the .exe ) Function names & line numbers Enabled (Required for .exe stack traces) Enabled (Required to map .bpl crash sites) Resulting File Footprint Base size + ~10-15% tracking overhead Minor increase (~5% for compressed map data) madexceptbpl top