扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:龙山文化 来源:yesky 2007年11月14日
关键字:
(cordbg)sh 18 001: /* 002: 'Data:2001-12-13 003: 'Author:龙山文化 004: 'One Csharp Test Program 005: */ 006: using System; 007: class Test_1 008: { 009: static void Main() 010: { 011: string str; 012:* Console.WriteLine("Please Enter Your Name. Thanks!"); 013: str=Console.ReadLine(); 014: Console.WriteLine("------------------------------------\r\n"); 015: Console.WriteLine("Dear "+str+", Welcome To Csharp's World!\r\n"); 016: Console.WriteLine("------------------------------------\r\n"); 017: } 018: } |
(cordbg) b 12 Breakpoint #1 has bound to E:\Cs\Test-1.exe. #1 E:\Cs\Test-1.cs:12 Main+0x0(il) [active] … … |
*/ (cordbg) b #1 E:\Cs\Test-1.cs:12 Main+0x0(il) [active] #2 E:\Cs\Test-1.cs:13 Main+0xa(il) [active] #3 E:\Cs\Test-1.cs:14 Main+0x10(il) [active] (cordbg) con Please Enter Your Name. Thanks! break at #2 E:\Cs\Test-1.cs:13 Main+0xa(il) [active] 013: str=Console.ReadLine(); /* |
*/ (cordbg) con 龙山文化 break at #3 E:\Cs\Test-1.cs:14 Main+0x10(il) [active] 014: Console.WriteLine("------------------------------------\r\n"); (cordbg) p str str=(0x00ba3414) "龙山文化" /* |
*/ (cordbg) con ------------------------------------ Dear 龙山文化, Welcome To Csharp's World! ------------------------------------ [thread 0x5fb0] Thread created. [thread 0x59a8] Thread exited. Process exited. /* con执行下一个断点后,程序运行到结束。 */ |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者