Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 526 Bytes

debug_in_vscode.md

File metadata and controls

22 lines (12 loc) · 526 Bytes

Debug in VScode

Introduction

Please refer to Python debugging in VS Code.

Generate batch vscode launch files

Recommend using semu-fuzz-helper.

Firstly, preparing the testcase configuration file refer to ./configuration.md.

Run:

semu-fuzz-helper launch base_configs.yml

use -a to dump launch with afl.

Note: This helper will dump the absolute path, so you don't have to worry about the workspace folder of VScode.