Running programs in winedbg initially stopped

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
10110111
Newbie
Newbie
Posts: 4
Joined: Tue Jul 13, 2010 1:30 pm

Running programs in winedbg initially stopped

Post by 10110111 »

I have a crash on startup of a program, so i try to use winedbg. But i'm unable to place breakpoints before the program starts - i'm able only when it's too late - after the crash. run command does restart the program but the breakpoints get lost. How can i do what i'm trying to do?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Use 'continue' rather than 'run'.
10110111
Newbie
Newbie
Posts: 4
Joined: Tue Jul 13, 2010 1:30 pm

Post by 10110111 »

Doesn't seem to help. This command tries to continue execution from the point of exception occured, resulting in the same exception.
Locked