R does not recognize the command line parameter. (WARNING: unknown parameter '-d')

I am trying to use gdb to debug compiled code in an R package in the same way as indicated in the video: https://vimeo.com/11937905 and Writing R Extensions in Section 4.4.

These sources say they use the R -d gdb command when starting R. However, whenever I try to do this, I get a message that WARNING: unknown option '-d' and R starts under normal conditions. Why doesn't R recognize the -d flag? I am using Windows 10.

+3
windows r gdb
source share

No one has answered this question yet.

See similar questions:

7
Error using R via command line

or similar:

2195
Is there an equivalent of "which" on the windows command line?
862
List all environment variables from the command line
766
How to run two commands on the same line in Windows CMD?
719
How to get application exit code from windows command line?
435
How to create an empty file on the command line in Windows?
396
How to measure the execution time of a command on a windows command prompt?
7
Error using R via command line
0
Why doesn't GDB recognize my C language?
0
GDB Unrecognized Command - Windows Command Prompt
0
Linux Kernel Remote debugging using KGDB: GDB does not recognize functions?

All Articles