Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Updated Release: PYKD 0.2.0.25 (окт 22, 2013)

$
0
0
  • fixed : issue #12335 TypeError: object has no len() for array
  • fixed : issue #12324 windbg crash after exception in the multithreading script
  • added: debug access enum

Special Fix:
IPython adaptation!

If you has IPython intstalled, try it with windbg:
0:000>!py ipython
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 1.1.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In <1>: import pykd

In <2>: pykd?
Type:       module
String Form:<module 'pykd' (built-in)>
Docstring:  <no docstring>


If you use IPython console or notebook, try it with pykdmagic!
In [1]: %load_ext pykdmagic

In [2]: %kd .echo hello from windbg
hello form windbg

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>