usage of winedbg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

usage of winedbg

Post by krish »

What is the procedure to debug application using wine?How to set breakpoint?How to use the bt?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: usage of winedbg

Post by vitamin »

krish wrote:What is the procedure to debug application using wine?How to set breakpoint?How to use the bt?
http://www.winehq.org/docs/winedev-guide/index
man winedbg.
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

When tried to run application using winedbg,am hetting the wine-dbg console.But when tried to put a breakpoint, it shows no symbols found.
How to load the symbols?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

krish wrote:How to load the symbols?
To get best results, compile Wine yourself and run it from the build directory.
Locked