Add option to debug with command-line arguments. #15

Merged
freddiehaddad merged 1 commit from main into main 2022-09-16 04:24:31 +03:00
freddiehaddad commented 2022-09-13 01:27:42 +03:00 (Migrated from github.com)

This commit introduces a new option called:

Debug with arguments

When selected, the user will be prompted to enter
any command line arguments to provide to the program being debugged.

The initial implementation is naive in that it splits the input string using the space character " " as the separator.

This commit introduces a new option called: Debug with arguments When selected, the user will be prompted to enter any command line arguments to provide to the program being debugged. The initial implementation is naive in that it splits the input string using the space character " " as the separator.
leoluz (Migrated from github.com) approved these changes 2022-09-16 04:24:22 +03:00
Sign in to join this conversation.
No description provided.