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
Is your feature request related to a problem? Please describe.
There currently is no feedback on what inputs cause bug crashes in their functions we could feedback that to the user to help them without utilizing LLM Mentor. Alternatively delta debugging can be used on the entire file to find the problematic line. Check out Shrinkray
Describe the solution you'd like
Using a delta debugger we could test the functions to see what inputs cause them to crash or alternatively the problem line can be found using delta debugging.
Describe alternatives you've considered
We have the LLM mentor but what if there is no internet or models they want to use? We need an alternative
The text was updated successfully, but these errors were encountered:
PCain02
changed the title
Feature request: Delta Debugging for crashing inputs
Feature request: Delta Debugging for crashing inputs or source file bugs
Dec 4, 2024
Is your feature request related to a problem? Please describe.
There currently is no feedback on what inputs cause bug crashes in their functions we could feedback that to the user to help them without utilizing LLM Mentor. Alternatively delta debugging can be used on the entire file to find the problematic line. Check out Shrinkray
Describe the solution you'd like
Using a delta debugger we could test the functions to see what inputs cause them to crash or alternatively the problem line can be found using delta debugging.
Describe alternatives you've considered
We have the LLM mentor but what if there is no internet or models they want to use? We need an alternative
Additional context
Check out this article on Reducing Failure-Inducing Inputs
The text was updated successfully, but these errors were encountered: