Hello all
Can I print the trace data or send data to file so i can print his file
I try to do it and i got only one line output in file and in which version Ican do it
Regards Doron
Welcome to the new Woodmann RCE Messageboards Regroupment
Please be patient while the rest of the site is restored.
To all Members of the old RCE Forums:
In order to log in, it will be necessary to reset your forum login password ("I forgot my password") using the original email address you registered with. You will be sent an email with a link to reset your password for that member account.
The old vBulletin forum was converted to phpBB format, requiring the passwords to be reset. If this is a problem for some because of a forgotten email address, please feel free to re-register with a new username. We are happy to welcome old and new members back to the forums! Thanks.
All new accounts are manually activated before you can post. Any questions can be PM'ed to Kayaker.
Please be patient while the rest of the site is restored.
To all Members of the old RCE Forums:
In order to log in, it will be necessary to reset your forum login password ("I forgot my password") using the original email address you registered with. You will be sent an email with a link to reset your password for that member account.
The old vBulletin forum was converted to phpBB format, requiring the passwords to be reset. If this is a problem for some because of a forgotten email address, please feel free to re-register with a new username. We are happy to welcome old and new members back to the forums! Thanks.
All new accounts are manually activated before you can post. Any questions can be PM'ed to Kayaker.
print trace run window
thanks
Hi
Thanks for quick response
i use version 2 and as I see when the program stop in break point , I have to enter the "stop logging" command otherwise the file is not written . Correct me if I am wrong
Can you explain what are the uses of the different commands
1) animate into
2) animate over
and the
3) trace into
4) trace over
and when i use the command
5)run hit trace
Regards ahead Doron
Thanks for quick response
i use version 2 and as I see when the program stop in break point , I have to enter the "stop logging" command otherwise the file is not written . Correct me if I am wrong
Can you explain what are the uses of the different commands
1) animate into
2) animate over
and the
3) trace into
4) trace over
and when i use the command
5)run hit trace
Regards ahead Doron
f7 single step == ctrl+f11 trace into == ctrl+f7 animate into
all these commands go through each and every assembly line if there is a call these commands will enter inside the call
f8 == step over == ctrl+f12 = trace over == ctrl+ f8 animate over
all these commands will not enter a call but will execute it in one step
trace into and trace over are silent you wont see anything visible while they are running
animate into and animate over will show visibly all the lines that are executed and you can watch the execution
and you should try them and experience them and then ask questions that are a bit more brain teaser
all it takes to find out what each does is click and see or keypress and see
all these commands go through each and every assembly line if there is a call these commands will enter inside the call
f8 == step over == ctrl+f12 = trace over == ctrl+ f8 animate over
all these commands will not enter a call but will execute it in one step
trace into and trace over are silent you wont see anything visible while they are running
animate into and animate over will show visibly all the lines that are executed and you can watch the execution
and you should try them and experience them and then ask questions that are a bit more brain teaser
all it takes to find out what each does is click and see or keypress and see