Sanderling version 16.00.07

This is a minor release bringing a single new feature to the IDE: breakpoints

Using breakpoints, you can instruct the script engine to pause execution once it reaches a particular statement. This works without modifying the script code and can be done while the script is running or pausing.

To set a breakpoint on a statement, click on the editor margin right of the corresponding line number. A red circle will then appear to indicate that the breakpoint is enabled. Click on a enabled breakpoint to disable it.

When the script is about to execute a statement with breakpoint enabled, it will pause execution and create a log entry for this event.

setting a breakpoint in the script

download from https://github.com/Arcitectus/Sanderling/releases/download/v16.00.07/16.00.07.Sanderling.zip

Sanderling happens more to transfer the goods from the cargo to the station. He turns round.

Sanderling happens more to transfer the goods from the cargo to the station. He turns round.

What does “He turns round” mean? Transfer goods from cargo to station sounds good, is this not intended in your scenario? Is this related to the included mining script? If not, what script are you using?

Feel free to use Français if you prefer.

Oui je préfère parler français. Lorsque je suis docker Sanderling clique sur un des items contenus dans le cargo à minerait et le déplace de gauche à droite de haut en bas sans jamais le déposé dans la station tout cela sans jamais le décliquer. j’utilise le script fournit par l’application bien sûr j’ai correctement ajusté les parramètres de type string et les autres… Bref cela fonctionnait parfaitement avant. Puis pendant que je t’écrivais ce message je procédais à des tests dans l’espoire que sa marche la seule différence est que j’avais un “Station container” dans la station… Devine quoi, j’ai simplement reduit l’arbre(petite flèche à gauche de “Item hangar”) de la station et cela a parfaitement marché. Se serait peut etre un petit bug à signaler dans l’entête du script ou un exception à gérer. Merci pour ton excelent travail. Fly safe

1 Like

Oui je préfère parler français. Lorsque je suis docker Sanderling clique sur un des items contenus dans le cargo à minerait et le déplace de gauche à droite de haut en bas sans jamais le déposé dans la station tout cela sans jamais le décliquer. j’utilise le script fournit par l’application bien sûr j’ai correctement ajusté les parramètres de type string et les autres… Bref cela fonctionnait parfaitement avant. Puis pendant que je t’écrivais ce message je procédais à des tests dans l’espoire que sa marche la seule différence est que j’avais un “Station container” dans la station… Devine quoi, j’ai simplement reduit l’arbre(petite flèche à gauche de “Item hangar”) de la station et cela a parfaitement marché. Se serait peut etre un petit bug à signaler dans l’entête du script ou un exception à gérer. Merci pour ton excelent travail. Fly safe

Thank you. With this detailed description, I was able to reproduce the problem and found the cause. I will fix this bug soon.

Note that this problem affects all tree entries which contain subentries with larger labels. In case this happens to the active ship, you can work around the bug by assigning a longer name to the ship.

If you are seeing any other problems, let me know.