VOGONS


How to start debugging?

Topic actions

First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Say I've got an application to debug.
I ran it and pressed on ctrl-break on the keyboard.
After the debugger has the focus, it is no longer at the start of the program.
How do I set a breakpoint at the start of the program?
Thanks
Jack

Reply 1 of 1, by aqrit

User metadata
Rank Member
Rank
Member

debug target.exe

then 'r'
then set a bp on the shown cs:ip