Narzędzia
Venkman is the code name for Mozilla's JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Gecko-based browsers namely Firefox 3.x, the Netscape 7.x series of browsers, Netscape 9.x series, Mozilla Seamonkey 1.x and Mozilla Seamonkey 2.x. It does not include Gecko-based browsers such as K-Meleon 1.x, Galeon 2.x and Netscape 8.x. The debugger is available as an add-on package in XPI format. Venkman JavaScript Debugger has been provided as part of the Mozilla install distribution since October 3rd 2001.
- Kuling's blog
- Odpowiedz
- 14 odsłon
1. Set _NT_SYMBOL_PATH to something similiar
_NT_SYMBOL_PATH=srv*d:\pdb_cache*http://msdl.microsoft.com/download/symbols
2. Download LiveKd v 3.12 or higher
http://technet.microsoft.com/en-us/sysinternals/bb897415.aspx
3. Download and install WinDbg (6.11 or higher version)
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b
4. Copy livekd to directory of WinDbg
(C:\Program Files\Debugging Tools for Windows (x86))
5. Run
livekd -w
6. Have a fun
P.S. If you have problems then temporary disable firewall to allow download symbols from Microsoft symbols server.
http://forum.sysinternals.com/forum_posts.asp?TID=13501&PN=3
- Kuling's blog
- Odpowiedz
- 29 odsłon
- Kuling's blog
- Odpowiedz
- 62 odsłony
http://forums.amd.com/devblog/blogpost.cfm?catid=208&threadid=116487
http://developer.amd.com/cpu/LWP/Pages/default.aspx
- Kuling's blog
- Odpowiedz
- 64 odsłony
- Kuling's blog
- Odpowiedz
- 89 odsłon
