microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
49 stars 12 forks source link

windbg preview launch executbale error #193

Open jianghupt opened 5 months ago

jianghupt commented 5 months ago

I used windbg preview to debug the program and opened it with launch executbale, and the following error was reported directly:

image

I used launch executbale(advanced) and got the same error

Please tell me how to eliminate this error?

lzybkr commented 5 months ago

That error suggests there is something wrong with the executable. Are you sure you can actually run that program?

jianghupt commented 5 months ago

That error suggests there is something wrong with the executable. Are you sure you can actually run that program?

OK, it can run. Repeatedly confirm

lzybkr commented 3 months ago

Can you share the program?