【问题标题】:Unity Debug with Rider-EAP On Windows在 Windows 上使用 Rider-EAP 进行 Unity 调试
【发布时间】:2016-03-03 09:48:42
【问题描述】:

Jetbrains 发布了 Project Rider – A C# IDE

对于在 OSX 上使用 Rider-EAP 进行 Unity 调试,我找到 instruction

如何在 Windows 上使用 Rider 进行 Unity 调试?

【问题讨论】:

    标签: windows debugging unity3d rider


    【解决方案1】:
    netstat -ano | ?{($_ -like "*"+$(Get-Process -Name Unity).Id) -and ($_ -like "* LISTENING *") } 
    

    这个命令返回行喜欢

    TCP    0.0.0.0:56760          0.0.0.0:0              LISTENING       6760
    

    所以,我需要使用端口 56760

    其他如this instruction

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多