> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/scripting-utility-classes/tailent.console-class/tailent.console.writeline.md).

# Tailent.Console.WriteLine

A good way to debug issues is by using the console. The way to print in the console inside C# scripts differs a bit from the usual syntax ( Console.WriteLine("Something") ).

You can write in the main console of Tap Studio by using:

```
// Tailent.Console.WriteLine("Something");
```
