# How do I use the Debug function on Freewallet?

To access the Debug feature, simply click on the logo on the upper left to see the “About Freewallet” popup. \
\ <mark style="color:yellow;">From here you can use the “Debug” button to see more in-depth details on the functions and errors when using Freewallet.</mark>

This is especially helpful information for Developers when submitting tickets on the [Freewallet Desktop Issues page](https://github.com/jdogresorg/freewallet-desktop/issues) as well as the [Counterparty-core issues page](https://github.com/CounterpartyXCP/counterparty-core/issues) on Github.

<figure><img src="https://3285406617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIHOAdveIkUtULHe7q3v2%2Fuploads%2FPLzbZ29GQu8vlKA5Kyzd%2Fdebug1.png?alt=media&#x26;token=06f33667-62f6-4a16-b633-c1d4ce000b18" alt=""><figcaption></figcaption></figure>

* <mark style="color:yellow;">The console never reveals private keys, or passphrases.</mark> There is no risk of your funds being stolen simply from sharing a screenshot of Debug information.
* Unsigned transactions in the console are transactions that are not yet signed by your wallet address, so they are entirely fine to share. All that could be exposed is your transaction details, which is common to share anyway when running into a possible issue.
* Signed transactions in the console only authorize that one transaction, not other/future transactions, so they are also entirely fine to share. All that could be exposed is your transaction details, which again is common to share when issues arise.
* <mark style="color:yellow;">Sharing screenshots and debug info publicly is safer than accepting support via DMs</mark>. Be careful of DM's from 'fake Jdog's' or other people and be patient when expressing details to the Telegram or Github with your issue.

Always remember [you can also use the Bitcoin Core (Testnet)](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/can-i-use-the-counterparty-bitcoin-testnet-in-freewallet) to test and experiment functions using Freewallet without using any funds to do so. \
\
If you are wondering how to access the Testnet using Freewallet please reference[ Can I use the Counterparty/Bitcoin Testnet in Freewallet?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/can-i-use-the-counterparty-bitcoin-testnet-in-freewallet)


---

# Agent Instructions: 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://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/how-do-i-use-the-debug-function-on-freewallet.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.
