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
Source in Visual C++ 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

Debugging MySql Source in Visual C++

2004-02-04 Thread Ananth Raghuraman
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 random places, but the debugger never stopped

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