调试 Python 脚本
GFI LanGuard 脚本调试程序不支持 Python 脚本的调试。
任何 Python IDE、调试程序或针对 Windows 使用当前受支持的 Python 2.5 和 pywin32 分布运行 Python 脚本的命令行解释程序都有助于编写正确的 GFI LanGuard Python 脚本。
一些可用于编辑和调试 Python 脚本的 Python IDE 或解释程序如下所示:
- PythonWin
- Winpdb
- SPE IDE - Python 编辑器
- 默认情况下,Python 分布随附有 IDLE 和 Python 解释程序。
通过使用 GFI LanGuard 脚本文件夹中提供的 lpy.py 文件运行脚本,Python 脚本可在类似于 GFI LanGuard 的环境中运行和调试: C:\ProgramData\GFI\LanGuard11\Scripts
示例
<Python25Folder>\python.exe "<ProductDataDir>\Scripts\lpy.py" <NameOfPythonScriptFileToTest>