Hi all
I am aware of setting breakpoint base on function name in WinDBG using bp, bm commands is there a way to set break point break on source code line number
say
<some command> 20
means it should set breakpoint at line 20
Thanks in advance