473,405 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

continue debugging without interrupting

Tim
Can you show me how to debug a whole vb program without stopping at the end
of the first form? I have many vb forms, i.e., 5 forms, that after the first
form have done its job, the next form will be showed up. But after I debug
the first form, it will be closed without going to next form. I would like to
keep track of the flow of the whole program.

Thank you for your help.
Feb 6 '06 #1
3 1250
Hi checkout step into and step over in the debug menu (F11 and F10), you can
also try setting breakpoints (the red ball) in your second form and so on.

Hope this helps

Greetz Peter
--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"Tim" <Ti*@discussions.microsoft.com> schreef in bericht
news:06**********************************@microsof t.com...
Can you show me how to debug a whole vb program without stopping at the end of the first form? I have many vb forms, i.e., 5 forms, that after the first form have done its job, the next form will be showed up. But after I debug
the first form, it will be closed without going to next form. I would like to keep track of the flow of the whole program.

Thank you for your help.

Feb 7 '06 #2
Tim
Thank you for your advice. Actually, I still use VB6. I tried to use debug
menu but the flow of the execution just goes back to where it starts. For
example, I have the two forms, form1 and form2. In the form1, it has the code
"form2.Show". And then when I debug, it does jumping to form2.load method.
After form2 is loaded, the execution goes back to form1 and getting to end
sub and then stop. I would like to jump to form2 and start debug codes on the
form2 and then jump to form3, debug codes on the form3 and jump to form4 and
so on.
How can I do that? Thanks for your help.
tim

"Peter Proost" wrote:
Hi checkout step into and step over in the debug menu (F11 and F10), you can
also try setting breakpoints (the red ball) in your second form and so on.

Hope this helps

Greetz Peter --
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"Tim" <Ti*@discussions.microsoft.com> schreef in bericht
news:06**********************************@microsof t.com...
Can you show me how to debug a whole vb program without stopping at the

end
of the first form? I have many vb forms, i.e., 5 forms, that after the

first
form have done its job, the next form will be showed up. But after I debug
the first form, it will be closed without going to next form. I would like

to
keep track of the flow of the whole program.

Thank you for your help.


Feb 7 '06 #3
Hi I ain't familiar with vb6 anymore, it has been 4 years since I last
opened it, so I think you're better of posting in one of the
microsoft.public.vb ng's because this one is dedicated to vb.net

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"Tim" <Ti*@discussions.microsoft.com> schreef in bericht
news:FB**********************************@microsof t.com...
Thank you for your advice. Actually, I still use VB6. I tried to use debug
menu but the flow of the execution just goes back to where it starts. For
example, I have the two forms, form1 and form2. In the form1, it has the code "form2.Show". And then when I debug, it does jumping to form2.load method.
After form2 is loaded, the execution goes back to form1 and getting to end
sub and then stop. I would like to jump to form2 and start debug codes on the form2 and then jump to form3, debug codes on the form3 and jump to form4 and so on.
How can I do that? Thanks for your help.
tim

"Peter Proost" wrote:
Hi checkout step into and step over in the debug menu (F11 and F10), you can also try setting breakpoints (the red ball) in your second form and so on.
Hope this helps

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"Tim" <Ti*@discussions.microsoft.com> schreef in bericht
news:06**********************************@microsof t.com...
Can you show me how to debug a whole vb program without stopping at the
end
of the first form? I have many vb forms, i.e., 5 forms, that after the

first
form have done its job, the next form will be showed up. But after I
debug the first form, it will be closed without going to next form. I would

like to
keep track of the flow of the whole program.

Thank you for your help.


Feb 7 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sven Erik Matzen | last post by:
Does anybody know when these very old and extremely productive feature "Edit and Continue" will run like it did in VB6? I mean this is what a tool makes really RAD - fixing while debugging in...
46
by: Keith K | last post by:
Having developed with VB since 1992, I am now VERY interested in C#. I've written several applications with C# and I do enjoy the language. What C# Needs: There are a few things that I do...
7
by: Wim Bonjean | last post by:
Hi, I recently was at the MS dev days and some speaker mentioned that there is a cool feature that allows edit/continue, so you can debug, edit and continue without recompiling. But, this...
4
by: John | last post by:
I was running a simple calculator program in visualbasic.net 2002 with a windows applications on XP Home, when this message popup as a Microsoft Development Environment box and said following:...
12
by: William | last post by:
VB6 had the ability to pause your execution while debugging, messing with the code, and continue executing right from where you left off. Is DotNet ever going to have this capability? I really...
4
by: WayneM | last post by:
Is there a Edit and Continue capability in VB.NET yet? I realize it may not be the same as VB6, but I thought there was going to be some form of this? Thanks for any info, WayneM
8
by: silangdon | last post by:
Hi, I've just got round to trying VB in .Net 2003 (since MS pulled the rug from under VB6) and... it wont let me edit and continue??? In fact it wont even let me edit whilst debugging ...
5
by: Diane Yocom | last post by:
I'm using VS2005 and am trying to get Edit and Continue to work while debugging. I've gone to the Tools-Options-Debugging dialog box and made sure "Enable Edit and Continue" is checked, but when I...
4
by: Venkat | last post by:
Hi, Edit and continue does not work when i attach my application to source code? Can any body tell me why it is not working? It works fine when i start my application from the source code using...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.