在智能手机上调试/编码 C#

发布于 2024-11-04 20:32:06 字数 240 浏览 2 评论 0原文

最近学了c#。我经常出差,无法随身携带笔记本电脑, 所以我想知道是否有一部手机可以编写 C# 代码并在手机本身上进行调试和编辑等 我不想为电话编码。 我想在手机上编码。 甚至不需要在手机上编译并获取 exe。即使我可以只对其进行编码,然后对其进行调试并将生成的代码保存在 txt 文件中,那就太好了。 有没有什么手机可以做到这一点 我更喜欢带有基于 Linux 的操作系统或 Android 的手机。 有什么方法可以在这些手机上调试 C# 代码吗? 非常感谢大家

I recently learnt c#. I travel alot and cant take my laptop with me everywhere,
so i was wondering if there was a phone i could code c# in and debug it on the phone itself and edit e.t.c
i dont want to code FOR the phone.
i want to code IN the phone.
its not even necessary to compile and get an exe on the phone. Even if i can just code it and then debug it and save the resulting code in txt file would be great.
so is there any phone on which i can do that
and i would prefer , Phones with linux based os or androids.
Is there any way to Debug c# code on these phones.
thanks alot guys

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

睡美人的小仙女 2024-11-11 20:32:06

您最好的选择可能是基于网络的 C# 编辑器/编译器,您可以在手机上使用它,例如 compilr

编辑:

现在有一个适用于 Android 的本机 C# REPL(读取/评估/打印循环)环境:介绍 C# To Go:适用于 Android 的 C# 编译器

Your best bet is probably a web based C# editor / compiler that you can use on the phone such as compilr

Edit:

There is now a native C# REPL (Read/Eval/Print Loop) environment for Android: Introducing C# To Go: a C# Compiler for Android

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文