Debugger attach from external mysql session

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
c001
Posts: 1
Joined: Tue 09 Feb 2010 12:18

Debugger attach from external mysql session

Post by c001 » Tue 09 Feb 2010 13:53

Is it possible to invoke the debugger from a mysql session outside dbForge Studio? (set a breakpoint inside a function or procedure using dbForge Studio, then wait for an external call of this procedure, e.g. by a Web application, to hit the breakpoint). In our test environment, breakpoints stops occur only if the function is called from dbForge UI. Is it necessary to change some configuration or is it in principle impossible to debug external calls?

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Tue 09 Feb 2010 16:36

It's a very interesting use case! But unfortunatly it is impossible to attach debugger to the external session now. Debugger creates own sessions to execute code and control it. We will discuss adding this feature to the developement plan of the next version, the architecture of the dbForge debugger allows to do this.

Post Reply