Re: [edk2] How to debug UEFI (UDK2014) Shell application Using Visual Studio

2014-09-05 Thread Neeraj Ladkani
You can refer http://uefidk.com/sites/default/files/UDK_Debugger_Tool_User_Manual-SR1_v1_10.pdf On Fri, Sep 5, 2014 at 4:57 PM, partha sarathi swain < partha161.sili...@gmail.com> wrote: > I am using Windows 7 with a shell Emulator. I want to debug a shell > application with Visual Studio 2010.

Re: [edk2] How to debug UEFI (UDK2014) Shell application Using Visual Studio

2014-09-05 Thread partha sarathi swain
I am using Windows 7 with a shell Emulator. I want to debug a shell application with Visual Studio 2010. Thanks & Regards Partha Sarathi Swain ASD Dept. LSI India Research and Development Center, Bangalore-560103. --

Re: [edk2] How to debug UEFI (UDK2014) Shell application Using Visual Studio

2014-09-05 Thread Neeraj Ladkani
you can include SourceLevelDebugPkg for this purpose. refer to documentation for the same. Are you running from device or OVMF? Neeraj On Fri, Sep 5, 2014 at 12:37 PM, partha sarathi swain < partha161.sili...@gmail.com> wrote: > Hi All, > > I have downloaded EDK (UEDK2014) from taniacore sit

[edk2] How to debug UEFI (UDK2014) Shell application Using Visual Studio

2014-09-05 Thread partha sarathi swain
Hi All, I have downloaded EDK (UEDK2014) from taniacore site and I have successfully build UEFI application in Debug mode using following command C:\UDK2014.Complete.MyWorkSpace\UDK2014.MyWorkSpace\MyWorkSpace> build -t VS2012x86 -b DEBUG As it is in Debug mode it will create a .pdb file (Sec