If we forget to remove a SUSPEND command before deploying a VFP program, the program will throw an error saying ˇ°Feature not available.ˇ±
However, if we forget to remove a ˇ°SET STEP ONˇ± command, the deployed program will not error, but will function as desired, acting as if the ˇ°SET STEP ONˇ± was not in the code.
Are there any known ˇ°side effectsˇ± of leaving a ˇ°SET STEP ONˇ± command in a program code Or in a class method
Thank you.