can't find winedbg

Mike Kaplinskiy mike.kaplinskiy at gmail.com
Mon May 4 20:34:01 CDT 2009


On Mon, May 4, 2009 at 9:27 PM, Christopher Harvey
<chris at basementcode.com> wrote:
> I just built wine out of git.
> Ran this:
> wine-git $ find . -name winedbg
> ./programs/winedbg
>
>
> notice there is no winedbg program. The output there is a folder only.
> Where is the winedbg program within the git tree?
>
>
>

I'm pretty sure it's inside that folder and it itself is a wine
executable, so you would run it like:

./wine ./programs/winedbg/winedbg.exe.so

Mike.



More information about the wine-devel mailing list