Supply remedybg a path to a non executable file for the Command field in the session tab.
Start a debugging session using any of the debugger initialization shortcuts.
Remedybg will then prompt a message box with the following error message: Unable to debug process: unknown reason
Confirming the prompt with OK or with the enter key will continuously reopen the previously mentioned message box with the same error message. The only way to stop this was by killing the application process in a task manager.
Other notes
This bug can commonly occur when supplying remedybg with the wrong file path when initializing from the command line.
Example: remedybg.exe main.c instead of remedybg.exe main.exe
This bug does not occur when initializing a debugging session from the Control menu.
Steps to reproduce
Command
field in the session tab.Unable to debug process: unknown reason
Other notes
This bug can commonly occur when supplying remedybg with the wrong file path when initializing from the command line. Example:
remedybg.exe main.c
instead ofremedybg.exe main.exe
This bug does not occur when initializing a debugging session from the
Control
menu.