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

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
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 = TCP Server = localhost Port = 20716 * Configure QEMU so

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