Re: Problem with Winedbg

2000-12-30 Thread Francois Gouget
On Sat, 30 Dec 2000, Eric Pouech wrote: [...] the format H:debugger/winedbg is an awful mix of DOS and unix paths I don't agree. Ok, it would be better to have an absolute path like "H:/debugger/winedbg". But Win32 supports both '/' and '\' as directory separators so the path above is a

Re: Re: Problem with Winedbg

2000-12-30 Thread Mike McCormack
Hi All, i'm having the same problem too. wine seems to think that the first parameter to the debugger is the name of an executable... I understand, but Wine does not seem to attempt to load the winedbg.so. This is what i see when i put a DebugBreak() in kernel32_99() bash-2.03$ wine

Re: Problem with Winedbg

2000-12-30 Thread Eric Pouech
Francois Gouget wrote: On Sat, 30 Dec 2000, Eric Pouech wrote: [...] the format H:debugger/winedbg is an awful mix of DOS and unix paths I don't agree. Ok, it would be better to have an absolute path like "H:/debugger/winedbg". But Win32 supports both '/' and '\' as directory

Re: Problem with Winedbg

2000-12-30 Thread Guy L. Albertelli
-Original Message- From: Eric Pouech [EMAIL PROTECTED] To: Francois Gouget [EMAIL PROTECTED] Cc: Guy L. Albertelli [EMAIL PROTECTED]; Wine Devel [EMAIL PROTECTED] Date: Saturday, December 30, 2000 8:49 AM Subject: Re: Problem with Winedbg I thought it could make a difference

Re: Problem with Winedbg

2000-12-30 Thread Eric Pouech
Thanks Eric, changing the registry entry to a absolute Unix format worked. The patch, however, did not work. There was no apparent difference with the old registry (with either '/' or '\') and the patch being either on or off. the patch didn't work with H:debugger/winedbg or with

Re: Problem with Winedbg

2000-12-29 Thread Guy L. Albertelli
-Original Message- From: Eric Pouech [EMAIL PROTECTED] To: Guy L. Albertelli [EMAIL PROTECTED] Cc: Wine Devel [EMAIL PROTECTED] Date: Friday, December 29, 2000 2:03 AM Subject: Re: Problem with Winedbg "Guy L. Albertelli" wrote: Pardon me for being stupid in public, but aft

Re: Problem with Winedbg

2000-12-29 Thread Eric Pouech
"Guy L. Albertelli" wrote: I understand, but Wine does not seem to attempt to load the winedbg.so. The attached trace (+module,+dosfs,+seh) shows the exception being caught and the debugger started (format was "H:debugger/winedbg %ld %dl"). The debugger process gets created and wine (via the

Problem with Winedbg

2000-12-28 Thread Guy L. Albertelli
Pardon me for being stupid in public, but after changes committed on 12/5-12/6, I cannot start Winedbg anymore. The change in question is: Changes by: julliard@wine2. 00/12/05 22:20:48 Log message: Build the debugger as a .so. It is built as a .so but what changes are needed to the AeDebug

Re: Problem with Winedbg

2000-12-28 Thread Eric Pouech
"Guy L. Albertelli" wrote: Pardon me for being stupid in public, but after changes committed on 12/5-12/6, I cannot start Winedbg anymore. The change in question is: Changes by: julliard@wine2. 00/12/05 22:20:48 Log message: Build the debugger as a .so. It is built as a .so but what