Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I want to debug from WinMain

I'm new to C language development, so I apologize for the basic question.

I am trying to debug in Debug mode by opening "C:\Development\wsbuild64\Wireshark.sln" in Visual Stadio2019.

Even if I set a breakpoint at an appropriate place and double-click the WinMain line in the Call Stack window, the WinMain line does not appear.

When the common dialog is displayed and closed by canceling, "qtentrypoint_win.cpp is not found" is displayed.

Searching for qtentrypoint_win.cpp under "C:\Development" does not exist.

I want to set a breakpoint in WinMain and debug it.

What should I do?