March 3, 20169 yr Is there a way to remove all breakpoints in all scripts at once? I put it on in several scripts and their sub scripts and now I wish to remove them all without running them all.
March 3, 20169 yr Breakpoints you've added via the debugger will only be retained for your current session -- close the file and they'll be gone. However, if you added the breakpoints in the script editor (vs. while debugging), you have to remove them the same way, one script at a time. Prior to FileMaker 14, you could select multiple script steps, or select all, and then toggle them all on or off. For some reason this changed in version 14 and you can only toggle them one at a time.
Create an account or sign in to comment