debugging - windows phone 8.1 attach windbg to a build in process -


i know how attach windbg process running in windows phone 8.1. googling didn't help. can me? thanks

to connect windbg existing process on phone

1. in tshell, enter command:

debug-device –debugger windbgpath

where windbgpath path windbg on host computer.

2. example:

debug-device –debugger “c:\program files (x86)\windows kits\8.1\debuggers\x86\windbg.exe” 

3. in windbg, on file menu, choose attach process. select 1 of listed processes, , click ok.

for more refrence use debug-device in tshell attach debugger process


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -