-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: source-level debugging #27
Comments
I think the UEFI debugger only works for NT binaries... it doesn't really
support 'true' debugging of UEFI code, as far as I've ever seen.
Source level debugging would be supported through WinDBG support in QEMU,
which is being worked on :)
Best regards,
Alex Ionescu
…On Thu, Nov 15, 2018 at 8:36 PM Igor Skochinsky ***@***.***> wrote:
This would be a killer feature but I imagine it can be a lot of work...
Even just WinDbg via Intel UEFI debugger would be awesome.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFxIeNGgqKZyh_tJdkWMB2A9rnvINM9Eks5uvcIrgaJpZM4YiCPC>
.
|
AFAIK Intel's UDK debugger provides some kind of bridge for WinDBG over serial or USB, but the DebugAgentPei/DebugAgentDxe from SourceLevelDebugPkg need to be included into the firmware for it to work. |
Hmmm I’ll give that a try...
On Fri, Nov 16, 2018 at 12:08 PM Igor Skochinsky ***@***.***> wrote:
AFAIK Intel's UDK debugger provides some kind of bridge for WinDBG over
serial or USB, but the DebugAgentPei/DebugAgentDxe from SourceLevelDebugPkg
need to be included into the firmware for it to work.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFxIeETp07TU63dViamtOpVC9-tX5Uelks5uvpyugaJpZM4YiCPC>
.
--
Best regards,
Alex Ionescu
|
Here's a post explaining how to get it working in QEMU: |
Has any progress been made on this issue or anyone had success with skochinsky's method? skochinky's method appears to require recompiling and configuration of the OVMF project. If anyone has made this work with VisualUEFI any tips would be helpful. |
This would be a killer feature but I imagine it can be a lot of work...
Even just WinDbg via Intel UEFI debugger would be awesome.
The text was updated successfully, but these errors were encountered: