473,761 Members | 7,710 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

debug - step by step

Hi,
with vb6 it was possible to step through the code by pressing F8. Is this
still possible with .net 2003?

Thanks,
Frank
Nov 21 '05 #1
8 4898
yes, after setting a breakpoint and starting the debugger, use F10 to step
through, if that hotkey doesnt work its under the debug menu "Step Through"
Nov 21 '05 #2
yes, after setting a breakpoint and starting the debugger, use F10 to step
through, if that hotkey doesnt work its under the debug menu "Step Through"
Nov 21 '05 #3
Hi,

If you are using Visual Studio .NET 2003, the equivalent key is F10 (F11 to
step into a procedure).

"Frank" <Fr***@discussi ons.microsoft.c om> wrote in message
news:C5******** *************** ***********@mic rosoft.com...
Hi,
with vb6 it was possible to step through the code by pressing F8. Is this
still possible with .net 2003?

Thanks,
Frank
Nov 21 '05 #4
Hi,

If you are using Visual Studio .NET 2003, the equivalent key is F10 (F11 to
step into a procedure).

"Frank" <Fr***@discussi ons.microsoft.c om> wrote in message
news:C5******** *************** ***********@mic rosoft.com...
Hi,
with vb6 it was possible to step through the code by pressing F8. Is this
still possible with .net 2003?

Thanks,
Frank
Nov 21 '05 #5
you specified an environment preference when you ran the IDE for the
first time -- this is what set your function keys to these values.

to change, Tools>Customize >Keyboard

Nov 21 '05 #6
you specified an environment preference when you ran the IDE for the
first time -- this is what set your function keys to these values.

to change, Tools>Customize >Keyboard

Nov 21 '05 #7
"stand__sur e" <st*********@ho tmail.com> schrieb:
you specified an environment preference when you ran the IDE for the
first time -- this is what set your function keys to these values.

to change, Tools>Customize >Keyboard


.... or on the start page -> "My Profile" -> "Keyboard schema".

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #8
"stand__sur e" <st*********@ho tmail.com> schrieb:
you specified an environment preference when you ran the IDE for the
first time -- this is what set your function keys to these values.

to change, Tools>Customize >Keyboard


.... or on the start page -> "My Profile" -> "Keyboard schema".

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #9

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

Similar topics

6
4733
by: Grant Schenck | last post by:
Hello, I'm trying to figure out how to debug a very simple COM object I developed in VB. I'm very new to VB and ASP so I have a lot to learn. That said, I found what I thought was perfect article which covers this: http://support.microsoft.com/default.aspx?scid=kb;en-us;299633#2
0
288
by: Edi | last post by:
I want to debug my application and for that I use the step into debug command button. When I click on the step into command the next step ist executed. The executed step raises some events. Now I want to step into the EventHandlers of the raised events without setting a breakpoint. How can this be done?
6
1633
by: Alpha | last post by:
Hi, I'm fixing a bug in an application and need to step thru the appl to find where it's occuring. The main project includs 33 other projects each having a .resx file in it. When I step through it would give me message that it can't show me codes because only assembly codes are available. Is there any good article on how to debug something like this? Also, I've only being working with C#.net for 3 months and am still not very familiar...
4
10600
by: Rob R. Ainscough | last post by:
I've created several DLL's that I use in other projects. I "Add Reference" to these other projects pointing to my DLL. Probelm is, I can't seem to be able to step into my DLL code (from these other projects) -- I've tried adding the source code project (that was used to build the DLL) into my current solution, but I still can't seem to step into the code of my DLL. Any suggestion? I must be missing something simple?
3
1861
by: ahawk | last post by:
Hi, All, I'm a beginner of Vb.net. My solution(A) has reference another object (solution B), so when I debug( trace) my program step by step, the system opens the class code of solution B. My question is how can I add breakpoint somewhere of one clsss of solution B (open it in Solution A environment) and when I trace the Solution A, the system will stop at break-point. I don't want to trace the code one step by step to open a class in...
5
1985
by: Steve Le Monnier | last post by:
I've just noticed that the menu items available in Visual Studio 2005 for the Debug and Build menus differ significantly when compared to the menu items in Visual Studio 2003. On my C# installation I don't have build solution, rebuild solution, Step into, Step out, or the Exceptions options on my menu Does anybody know why these important tools are missing from the menu structure?
22
4037
by: semedao | last post by:
Hi , I am using asyc sockets p2p connection between 2 clients. when I debug step by step the both sides , i'ts work ok. when I run it , in somepoint (same location in the code) when I want to receive 5 bytes buffer , I call the BeginReceive and then wait on AsyncWaitHandle.WaitOne() but it is signald imidiatly , and the next call to EndReceive return zero bytes length , also the buffer is empty. here is the code: public static byte...
2
1662
by: =?Utf-8?B?Sm9obiBT?= | last post by:
Hi, I'm trying to follow Lab1 of the WF Hands On Labs. Having created the project and set a breakpoint as per instructions, I press F5 to compile and run the project. The instructions say that when the breakpoint is reached I should select Step Into from the Debug menu. However, Step Into does not appear as an option. I only see Step Over? On the Debug toolbar, I can see the icon for Step Into but it is greyed out.
5
2374
by: =?Utf-8?B?U0M=?= | last post by:
Hi everyone, i'm workin with vb.net 2003 and i using the debug step into, but when i call a form within another the debugger doesn't go to the form that i call, how do i solve this, without putting a breakpoint. SC.
2
2227
by: steven | last post by:
hi i've got a web app that calls a web service, both of which i've written and are available on localhost. i've added a web reference in my web app to http://localhost/mywebservice. i've set a breakpoint in my web app that calls one of the web service methods and try to step into it, but am unable to step into the web service. i've also tried running two instances of VS2003 at the same time. the second instance of VS opens my web...
0
10111
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9948
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9902
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8770
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7327
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3866
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.