RE: Debugging MySql Source in Visual C++

2004-02-05 Thread Miguel Angel Solorzano
At 02:13 5/2/2004, Ananth Raghuraman wrote: Hi, Thanks for the info! I am already able to debug the server startup. I would like it to stop at someother point, perhaps a point where a SELECT statement is executed for example.. In this case you can start your debug server (mysqld.exe) with the

RE: Debugging MySql Source in Visual C++

2004-02-05 Thread Ananth Raghuraman
Thank you very much, I will definitely try this out!! -Original Message- From: Miguel Angel Solorzano [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 8:04 PM To: Ananth Raghuraman; Miguel Angel Solorzano Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Debugging MySql

Re: Debugging MySql Source in Visual C++

2004-02-04 Thread Miguel Angel Solorzano
At 01:31 5/2/2004, Ananth Raghuraman wrote: Hi, Hi all, I am not part of the official MySql team. I am just a lone developer. I tried debugging MySql source (server) in Visual C++, but it doesn't seem to work. I followed the instructions in the MySql manual and added a few breakpoints at a few

RE: Debugging MySql Source in Visual C++

2004-02-04 Thread Ananth Raghuraman
, February 05, 2004 11:14 AM To: Ananth Raghuraman; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Debugging MySql Source in Visual C++ At 01:31 5/2/2004, Ananth Raghuraman wrote: Hi, Hi all, I am not part of the official MySql team. I am just a lone developer. I tried debugging MySql source (server