Allow to set breakpoints in crawler definitions
Compare changes
- Alexander Schlemmer authored
+ 2
− 0
@@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This idea is very simple:
As soon as a Converter matches, activate the pydb if "breakpoint: true" is part of its definition.
This allows to interactively step through the scanning process at the point where a scanner matches.
Use a cfood of your choice, add "breakpoint: true" somewhere and run the scanner/crawler.
Validate with "breakpoint: false" that it is not run in this case.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.