Posted: Tue Mar 08, 2022 7:57 am Post subject: How do i get all the functions between 2 address breakpoints
If thats even possible.
Im trying to find the function that triggers a ui in the game from a button click.
For this i have an address that is a boolean 1 when the left button is clicked.
But the problem is i went back quite a lot from this breakpoint and i could not find anything useful that triggers the window. Its all very obscure.
Because of that i tried an alternative way suggested by the user Danrevella.
That is to use the message breakpoint.
It seemed like it would solve the problem but again all the functions are not doing anything.
So my idea now is to have a breakpoint on the message breakpoint of the click, and also the boolean 1 when the ui is clicked.
And then try to study all the functions that will happen between them.
So is there a way to register all the functions that happen between these 2 breakpoints?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum