[BUG] IntelliJ: Arguments are not recognized from Run/Debug Configurations dialog
Describe the bug In IntelliJ when I fill in Arguments in the Run/Debug Configurations Dialog for a Robot Framework Test, they are not saved, and also not added to the run-command. For example I tried to run a specific profile from the robot.toml file by adding --profile <profileName>, but still the default profile was used.
Steps To Reproduce Steps to reproduce the behavior:
- Go to Run/Debug Configurations
- Fill 'Arguments' field
- Click Run
Logs C:/ws/git/dpl-test/.venv/Scripts/python.exe -u -X utf8 C:\Users\wittj04\AppData\Roaming\JetBrains\IntelliJIdea2025.2\plugins\robotcode4ij\data\bundled\tool\robotcode --no-pager -dp . debug --no-debug -bl "Dpl-Test.Robotframework.ProjectDPL.Testcases.Frontend.000 Smoke Test.Smoke Test.Kantoor Health Check Schermen"
Desktop (please complete the following information):
- IntelliJ Version #IU-252.28238.7
- RobotCode Version 2.0.1
- OS: Windows
- Python Version 3.13.7
- RobotFramework Version 7.1.1
this is not implemented at the moment and there are already some issues about that. What you can do at the moment, you can use a default profile in the robot.toml file, see here