Re: [edk2] Qestion about how to debug OVMF with UDT on QEMU

2017-08-09 Thread wang xiaofeng
HI Michael, I have tried your suggestion. ttermpro.exe shows connection refused in my Win7 after command "start "Monitor" /B %TERA_TERM_PATH% localhost:20717 /nossh" the tool also cannot work lonely. Any other software or configuration should I apply? Thanks! At 2017-08-10 03:37:

Re: [edk2] Qestion about how to debug OVMF with UDT on QEMU

2017-08-09 Thread Laszlo Ersek
On 08/09/17 20:21, Kinney, Michael D wrote: > Laszlo, > > I works really well for me using QEMU on Windows. > > * Build OVMF setting -D SOURCE_DEBUG_ENABLE and -D DEBUG_ON_SERIAL_PORT. > > * Configure The UDK Debugger SoftDebugger.ini file to use TCP port 20716 > > [Debug Port] > Channel =

Re: [edk2] Qestion about how to debug OVMF with UDT on QEMU

2017-08-09 Thread Kinney, Michael D
this actually provide an excellent UDK Debugger experience. Best regards, Mike > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, August 9, 2017 4:03 AM > To: wang xiaofeng ; Kinney, Michael D > > Cc: edk2-devel@lists.01.org > Subject

Re: [edk2] Qestion about how to debug OVMF with UDT on QEMU

2017-08-09 Thread Laszlo Ersek
On 08/09/17 09:34, wang xiaofeng wrote: > Hello All, >I try to debug OVMF with UDT on QEMU in windows. >I build OVMF on windows 7 with VS2013 . And also runs it in QEMUWin32. >I add DEFINE SOURCE_DEBUG_ENABLE = TRUE in ovmf.dsc and build a new > bios. From makefile it seems this

[edk2] Qestion about how to debug OVMF with UDT on QEMU

2017-08-09 Thread wang xiaofeng
Hello All, I try to debug OVMF with UDT on QEMU in windows. I build OVMF on windows 7 with VS2013 . And also runs it in QEMUWin32. I add DEFINE SOURCE_DEBUG_ENABLE = TRUE in ovmf.dsc and build a new bios. From makefile it seems this feature is enabled for OVMF SecMain $(BIN_