> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/deploying/debug/local-machine/simulator.md).

# Test on Simulator

Kalipso has an integrated Simulator where you can test your applications before deploying it to a mobile device. This feature helps you to be more productive while creating your applications. Kalipso Simulator is the same framework that runs your applications on a mobile device, compiled for Windows 32, which guaranties that your application is executed the same way that on a mobile device, except for some clearly marked Actions that only work in Windows Mobile or Windows CE or Desktop.

{% hint style="warning" %}
Kalipso Simulator is not an Emulator!
{% endhint %}

![](/files/-M9OfEnS0ynJ8K-lT5Qj)

Kalipso Simulator allows you to forget about an eventual synchronization process when working offline, because you can automatically "Send Data" and "Erase Data" on Simulator.

* **Yes, Generate Data File** - If you check this option your Project, Kalipso Designer will fetch the data of the server, from the tables defined as "ToPDA" in their properties, and send it along with the Project. This option is only available if you have offline Database Tables.
* **Erase Data on Simulator** - If you check this option, it means that before integrating your Project, Kalipso will clear it from the Simulator as if never existed, including data.
* **Trace Actions** - This option allows you to debug your Project, by showing you all the Actions being executed as well as their parameters values.
* **Trace Variables** - This option allows you to to trace the content of the variables in runtime.

Combine these features with the ["Breakpoint](/kalipso5/developing/form/actions/actions-description/group-code-flow/breakpoint.md)" Action to run your Project step by step.

{% hint style="info" %}
Check the [Trace ](/kalipso5/deploying/debug/local-machine/simulator/trace.md)page to get more information.
{% endhint %}

{% hint style="success" %}
To launch the Simulator without being prompted for options, right-click the "Test" Button.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/deploying/debug/local-machine/simulator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
