EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.34k stars 169 forks source link

Is there a way to add a breapoint to the program entry point? #297

Closed g-berthiaume closed 1 month ago

g-berthiaume commented 1 month ago

I'm trying to explore what happens before the main() function and having the hability to step through the code would be invaluable. I'm looking for something like GDB' starti command, that set a temporary breakpoint at the first instruction of a program’s execution.

I didn't find this functionality in the menu, nor mention of it in raddbg_readme.md; so this github issue might be a feature request.

In my opinion, raddebugger is setting a new stardard for tooling. Thanks for your work.

g-berthiaume commented 1 month ago

nevermind, I could click on the call stack and put a break point there.