Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 2nd, 2004, 03:40 AM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 142
Thanks: 0
Thanked 2 Times in 2 Posts
Default Code stops responding when breakpoints added

I am debugging some code for a button, and part of it closes a sqlconnection on a distant (i.e. slow connection) server. When I just run the code, it works ok, but if I put a breakpoint in any of the methods called by the button, it will stop responding, the problem being that the connection doesn't close, but no errors are generated (got it in a try..catch block), it is just that pressing any of F5 (Run), F10 (Step Over) or F11 (Step Into) never returns control to the debugger. If I then restart the application and leave it to run, clicking on the button works ok (so long as there aren't any breakpoints!)






Similar Threads
Thread Thread Starter Forum Replies Last Post
Not Responding msg.. dpkbahuguna Beginning VB 6 1 August 25th, 2007 11:35 AM
Not Responding yagiroy Pro VB 6 6 December 7th, 2004 09:38 AM
Control not added to code page shmacgregor VS.NET 2002/2003 2 March 26th, 2004 05:49 PM
Code Execution Stops for No Known Reason tcarnahan Access VBA 6 October 28th, 2003 04:00 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.