Debugger
From UBot Studio
(Difference between revisions)
(Created page with "The UBot Studio Debugger allows you to watch variables, tables and lists while the script is running. This is an excellent way to isolate any issues you might encounter during...") |
|||
Line 1: | Line 1: | ||
The UBot Studio Debugger allows you to watch variables, tables and lists while the script is running. | The UBot Studio Debugger allows you to watch variables, tables and lists while the script is running. | ||
+ | |||
This is an excellent way to isolate any issues you might encounter during scripting. | This is an excellent way to isolate any issues you might encounter during scripting. | ||
In this example, the script is scraping the names of each result in the the search engine. | In this example, the script is scraping the names of each result in the the search engine. | ||
+ | |||
Running the script and watching the debugger, we will be able to watch each item being added to the list. | Running the script and watching the debugger, we will be able to watch each item being added to the list. | ||
The debugger also allows us to know how many items are in a list, as well as exactly what what is in the list. | The debugger also allows us to know how many items are in a list, as well as exactly what what is in the list. | ||
+ | |||
[[File:debug.jpg]] | [[File:debug.jpg]] |
Revision as of 18:21, 15 July 2013
The UBot Studio Debugger allows you to watch variables, tables and lists while the script is running.
This is an excellent way to isolate any issues you might encounter during scripting.
In this example, the script is scraping the names of each result in the the search engine.
Running the script and watching the debugger, we will be able to watch each item being added to the list.
The debugger also allows us to know how many items are in a list, as well as exactly what what is in the list.