Following up one of Ben's points, if you're using a shared DEV namespace you can use a server-side source code management tool such as our Deltanji. This also gives you the option of using Atelier and Studio side-by-side, which is handy if you have a team of developers who may need to migrate to Atelier at different speeds, or if you deal with code components that Atelier doesn't yet handle satisfactorily. Also, Deltanji handles the migration of code from one environment to another (e.g. DEV -> TEST -> PROD). Using a client-side source control provider such as Git you'll need to put some other tooling in place to handle that.

Ideally the responses by Jenny Ames and [@Matt Spielman] would have been posted in the "Your Answer" area of DC rather that using the "Add new comment" link. That way  the OP, [@Conor Browne], could accept one of the answers by clicking on the grey checkmark at the top of the answer to turn it green. Doing this helps with DC housekeeping by removing the question from the "unanswered" list.

If Jenny and/or Matthew were to re-post their responses using the "Your Answer" field then Conor will be able to credit one of them with answering his question. Even them posting "See my answer in comments above" would be sufficient to give Conor somewhere to set a checkmark.

Alternatively Conor could either accept my answer (though it's not actually answering his question), or he could post an answer of his own, then accept it.

John, you don't mention it explicitly, but it seems likely that your Cache is running on Windows, and you have enabled the %Service_Telnet service so that your users connect to Cache from a telnet client (which could be Cache Terminal).

In that case, [@Robert.Cemper]'s answer to this post should help you. And if it does, please credit him by setting the checkmark / tick / hook alongside it.

[@Soufiane Amroun], please re-tag your post. Remove the "Developer Community FAQ" tag, which should only be used for FAQ-like postings about how the Developer Community platform operates. Then by adding a tag (or several) that better indicates what your question is about you might get an answer from the Community sooner.

Thanks.

John Murray (one of the volunteer DC Moderators)

Assuming you're using Studio, look at the View menu where there's an option called "View Other Code". This will open the generated INT if it is available. If it isn't, look on your Build menu and pick "Compile With Options". In the dialog that appears, set the checkbox named "Keep generated source code". Then click OK. After compilation finishes, try "View Other Code" (there's also usually a toolbar button for this).