debugging at instruction level

Hi,

When I open the disassembly window in windbg, I see instructions. But when I press F10 or F11, I get source code level line by line debugging.

But I want to debug instruction by instruction (like si, ni instructions in gdb).

I could not figure out how to do it.

Can you please let me know in case there any way to do the same.

thanks
Sudhakar

In the menu, Debug -> Source mode

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@gmail.com
Sent: 04 November 2015 09:51
To: Kernel Debugging Interest List
Subject: [windbg] debugging at instruction level

Hi,

When I open the disassembly window in windbg, I see instructions. But when I
press F10 or F11, I get source code level line by line debugging.

But I want to debug instruction by instruction (like si, ni instructions in
gdb).

I could not figure out how to do it.

Can you please let me know in case there any way to do the same.

thanks
Sudhakar


WINDBG is sponsored by OSR

OSR is hiring!! Info at http://www.osr.com/careers

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Yes it is working. Thanks Ged.

0:000> l+t
Source options are 1:
1/t - Step/trace by source line
0:000> l-t
Source options are 0:
None

On 11/4/15, xxxxx@gmail.com wrote:
> Yes it is working. Thanks Ged.
>
> —
> WINDBG is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>