Hi,
If I have breakpoints in .xaml file, if I send it to somebody, will they have the same breakpoints? Do I have to remember to remove the break points?
Thank you so much,
Hi,
If I have breakpoints in .xaml file, if I send it to somebody, will they have the same breakpoints? Do I have to remember to remove the break points?
Thank you so much,
Hi @A_Learner
They will also have the breakpoints if you send the same project to the other person.
Nothing will change. If you want to remove you can remove it and share.
But if you want to share a code to any other person you have to remove the breakpoints.
Hope it helps!!
Thank you, what is the difference between delete and disable a breakpoint.
Deleting a breakpoint means you are permanently removing it.
Disabling a breakpoint means the breakpoint is set on an activity but is not active, so it does not pause the bot during debugging. If you want to enable it later, you can do so easily.
For example, you might set a breakpoint on an activity for testing purposes. If you want to know where the breakpoint is without having it pause execution, you can disable it. Later, if you want to use the breakpoint again, you can easily identify the disabled breakpoint and enable it.
If you no longer need the breakpoint, you can delete it… @A_Learner
Hope you understand!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.