debugging
CLR プロファイラを使用することで、多すぎるメモリを割り当て、ガベージ コレクションを何度も引き起こし、さらにメモリを長時間保持してしまうようなコードを特定することが可能で
1 FaverShareViewed: 91 TimesThis looks very useful indeed.
Quoted: Charles can act as a man-in-the-middle for HTTP/SSL communication, enabling you to debug the content of your HTTPS sessions.
5 FaversShareViewed: 86 TimesQuoted: Charles simulates modem speeds by effectively throttling your bandwidth and introducing latency, so that you can experience an entire website as a modem user might (bandwidth simulator).
1 FaverShareViewed: 57 TimesQuoted: there are 2 things to try
1. goto "Debug", "Exceptions..." menu
2. Managed Debugging Assistants, uncheck ContextSwitchDeadlock
IE6 はこの方法でOKだけど、IE7だと JavaScript のデバッグじゃなくて IE7 自身のデバッグになっちゃうので注意。IE7 は ASP.NET Ajax 入れれば、デバッグできるようになります(Firebug より機能は劣るけど)
5 FaversShareViewed: 109 TimesIE Javascript debugging is in a storry state. Best tool is the (free) Visual Web Developer 2005 Express Edition.
But you have to make sure IE is the default browser that VWD uses via the Browse With context menu (the only way to attach the debugger process is have VWD open IE for you; you cannot attach a debugger after the fact with this solution).
Firebug is far and away the debugger of choice for client-side JavaScript.
1 FaverShareViewed: 38 TimesFree Ebook XML by Example teaches Web developers to make the most of XML with short, self-contained examples every step of the way. The book presumes knowledge of HTML, the Web, Web scripting, and covers such topics as: Document Type Definitions, Namespaces, Parser Debugging, XSL (Extensible Stylesheet Language), and DOM and SAX APIs. At the end, developers will review the concepts taught in the book by building a full, real-world e-commerce application.
Contents at a Glance
Introduction . . . . . . . . . .1
1 The XML Galaxy . . . . . . . . . . . . .5
2 The XML Syntax . . . . . . . . . . . .41
3 XML Schemas . . . . . . . . . . . . . .69
4 Namespaces . . . . . . . . . . . . . . .107
5 XSL Transformation . . . . . . . . .125
6 XSL Formatting Objects and Cascading Style Sheet .. . .161
7 The Parser and DOM . . . . . . . .191
8 Alternative API: SAX . . . . . . .231
9 Writing XML . . . . . . . . . . .269
10 Modeling for Flexibility . .. . .307
11 N-Tiered Architecture and XML ....345
12 Putting It All Together: An e-Commerce Example . . . .381
Appendix A: Crash Course on Java.... 457
Glossary . . . . . . . . . . . .485
Index . . . . . . . . . . . . . .489
2 FaversShareViewed: 33 TimesRelated Content from Around Faves
javascript
- 3 FaversViewed: 63 Times
- mippe - Oct 23 20084 FaversViewed: 18 Times
- relia - Oct 11 20073 FaversViewed: 41 Times
