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

Commented Unassigned: how to ignore the initial breakpoint?? [13872]

$
0
0
```
from pykd import *
startProcess(r"notepad")
go()
go()
```
is there any usable option to ignore initial breakpoint? i don't want to use go() twice

and i wonder that can i use windbg/cdb command line options for pykd.
Comments: ** Comment from web user: kernelnet **

-o - Debugs all processes launched by the target application - ?
startProcess has optional parameter debugChildren

```
startProcess(processName, debugChildren=True)
```


Viewing all articles
Browse latest Browse all 1625

Trending Articles



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