Log in

View Full Version : how do i find a breakpoint


tofu
July 5th, 2005, 09:22
can anyone tell me how i can find a breakpoint?

joe
July 5th, 2005, 11:18
Your answer is too general. You must better specify it.
But if You don't know, what to search, look to API imports. Often useful APIs begin with 'Get' (GetDlgItemTextA, GetKeyState, GetWindowTextA). Or search in text references. If You write Your own program, You must know how to set BP! :-)