Info | ||||
---|---|---|---|---|
| ||||
We want to provide you with the latest help content in your language as soon as possible. This page has been translated automatically and may contain grammatical errors or inaccuracies. We want this content to be useful to you. Please let us know at the bottom of this page if this information was helpful. View the original article in Russian: Поиск по проекту |
Описание
Allows you to find an error in a project by id, variable or action.
...
How do I open a window in ProjectMaker?
...
Or by pressing the hotkeys CTRL + F
What is it used for?
Debugging a project
Find bugs, variables and actions
Quick jump to a project item
How does search work?
...
Fill in the error id field, the name of the variable or action.
Set a checkbox if more than one project is open and you need to search in all.
We start the process or close the window.
Info |
---|
The screen shows the id of the error |
...
How to get error id
When the project is a new pagerunning, errors may occur in the log.
...
Hover over the error and press the right mouse button.
We click on the appropriate section.
Info |
---|
The error code will be copied to the clipboard |
...
Usage example
After writing your project in ProjectMaker, you decide to run it in Zennoposter. During execution one of the threads displayed an error, you need to find and fix it.
We copy the error code to the clipboard.
Go to the Search by project window.
Insert the error id.
We are taken to the action where an error occurred while executing a certain thread.
We fix the error or change the logic.
The method is applicable not only for your own, but also for purchased templates. Often, authors sell their products closed and we cannot see if we can fix it. Just copy the error and pass it to the developer for further fix.
...