Description: The debugger is limited to single-string (and likely single-file) execution. A major enhancement would be to allow the user to specify a directory. The agent would need to read all files (.py, .cpp, .h, .java) in that directory, pass them to the LLM for context, and then run the main entry point. This is a very advanced but powerful feature.
Description: The debugger is limited to single-string (and likely single-file) execution. A major enhancement would be to allow the user to specify a directory. The agent would need to read all files (.py, .cpp, .h, .java) in that directory, pass them to the LLM for context, and then run the main entry point. This is a very advanced but powerful feature.