Hello!
I have clear WinDbg (x64) installation
Latest version of pykd (PYKD BOOTSTRAPPER 2.0 + PYKD 0.3.2.4) and the lastest python3
Load it like this:
```
0:000> .load pykd
0:000> !py -3
```
Then type something like this:
```
Input> string = "a
```
Then press TAB (to get string = "a\t") and windbg hanging forever
Comments: ** Comment from web user: kernelnet **
I have clear WinDbg (x64) installation
Latest version of pykd (PYKD BOOTSTRAPPER 2.0 + PYKD 0.3.2.4) and the lastest python3
Load it like this:
```
0:000> .load pykd
0:000> !py -3
```
Then type something like this:
```
Input> string = "a
```
Then press TAB (to get string = "a\t") and windbg hanging forever
Comments: ** Comment from web user: kernelnet **
In Windbg 15063 bug is not reproduced, try to update it