Posted: Wed Oct 11, 2006 4:55 am Post subject: Adding button for change reg
I wish to add a button in my ce to allow me to change register without accessing mem view. i added the button and link the code
Code:
{$ifndef net}
if foundcodedialog<>nil then
raise exception.Create('I can''t do that! You are currently using one of the code finder options, please, stop it first');
if (formsettings.cbKdebug.checked) and (debuggerthread2<>nil) and (debuggerthread2.breakpoints[3]<>0) then
raise exception.Create('You have reached the maximum of 4 debugregs');
if (not formsettings.cbKdebug.checked) then
if (not startdebuggerifneeded) then exit;
However when i click on the button it allows me to change registers of some weird addys. How can i make it so that it will allow me to change the addy that i last click on my ct?
Thx
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