通过dotnet run 命令运行的,结果没有title,无法区分,给附加进程调试带来了不便
解决办法:使用 start 命令,eg: start "myApp" dotnet run ,这样就会出现title了