If you close code windows while in debug mode..

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

If you close code windows while in debug mode..

Post by KiwiJem » Tue 12 May 2009 05:10

it thinks it is still IN debug mode.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 12 May 2009 07:25

It's not a bug. You can have only one debug session for application.
After closing code window, you may, invoke Step Into command and you code window appears again.

KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

Post by KiwiJem » Tue 12 May 2009 22:35

Apologies - not enough info.
The consequences of that are even if I re-open another procedure which I am NOT debugging, it is not editable, or trashes as described in another post at length, and the only workaround I have found is to close the whole app and start again. :(

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 13 May 2009 11:34

Apologies - not enough info.
Well, it's still not enough. But let me guess:
When debug session is running you cannot modify (apply changes to server) stored procedures that are on current call stack. This restriction applied for security reason.
trashes as described in another post at length
It's not quite clear what exactly do you mean. Please try on recent build.

Post Reply