emacs' GUD (GrandUnifiedDebugger) provides way to change get pdb command name by using.
(setq gud-pdb-command-name "python -m pdb")
is there the way to do same with realgud
Yes, there is such a way:
(customize-variable 'realgud:pdb-command-name)