You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[VSCode] Add Debugging targets for pw_fuzzer FuzzTests: (project-chip#36453)
Two Targets are added:
1- Unit Test Mode: which executes all FuzzTests in a single binary for a few seconds
2- Continous Fuzzing Mode: we choose a specific FuzzTest, it will only stop execution once a crash occurs or user explicitly Interrupts it
0 commit comments