EpicGamesExt/raddebugger

Question: How to use --ipc

Closed this issue · 2 comments

I saw it in the --help section but it doesnt work. I tried with raddbg --ipc open <filepath>.
Does it require PID of the running instance of rdbg as well? (That too doesnt work).

The --ipc stuff is currently unfinished, but I just tested raddbg --ipc open <filepath> and it did work, but it must be an absolute filepath, e.g.: raddbg --ipc open C:/foo/bar/baz.txt.

run, step_into works for me, but open, toggle_breakpoint_cursor, goto_line does not.
These are the only ones I tested.
Also, the client only processes the command when my cursor moves over the client window.

2024-01-24.01-07-54.mp4