Article Preview
Buy Now
FEATURE
Debugging Tips for Xojo
Find bugs faster
Issue: 20.1 (January/February 2022)
Author: Christian Schmitz
Author Bio: Christian Schmitz is the creator of the Monkeybread Software Xojo/Real Studio Plugins.
Article Description: No description available.
Article Length (in bytes): 15,952
Starting Page Number: 12
Article Number: 20102
Resource File(s):
project20102.zip Updated: 2022-01-02 19:45:26
Related Link(s): None
Excerpt of article text...
Let us help you with debugging in Xojo with a few tips. Based on years of experience, I know I will write the code once, but probably read it ten times and probably debug it a few times. By preparing for easier debugging later, we can help ourselves.
Use Variables
When looking into code from other people, I sometimes notice lines like this:
SELECT CASE SomeDictionary.Value(SomeArray(index))
...End of Excerpt. Please purchase the magazine to read the full article.