473,382 Members | 1,635 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,382 software developers and data experts.

Stepping over operator new?

Using VS2005, I am trying to disable stepping into the operator new
calls.

What NoStepInto entry should I put into the registry?
I tried "operator new=NoStepInto" but it does not seem to be working.

May 25 '07 #1
6 1557
What registry entry and you modifying?
--
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
"Alex O." wrote:
Using VS2005, I am trying to disable stepping into the operator new
calls.

What NoStepInto entry should I put into the registry?
I tried "operator new=NoStepInto" but it does not seem to be working.

May 27 '07 #2
On May 27, 11:21 am, Peter Ritchie [C# MVP] <PRS...@newsgroups.nospam>
wrote:
"Alex O." wrote:
Using VS2005, I am trying to disable stepping into the operator new calls.
What NoStepInto entry should I put into the registry?
I tried "operator new=NoStepInto" but it does not seem to be working.

What registry entry and you modifying?
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\NativeDE
\StepOver]
"10"="operator new=NoStepInto"

May 28 '07 #3
On May 28, 9:14 am, "Alex O." <respo...@myrealbox.comwrote:
On May 27, 11:21 am, Peter Ritchie [C# MVP] <PRS...@newsgroups.nospam>
wrote:
"Alex O." wrote:
Using VS2005, I am trying to disable stepping into the operator new calls.
What NoStepInto entry should I put into the registry?
I tried "operator new=NoStepInto" but it does not seem to be working.
What registry entry and you modifying?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\NativeDE\StepOver]
"10"="operator new=NoStepInto"
Forgot to mention that other entries work OK, it's just the "operator
new" that I have problems with.

May 28 '07 #4
Anyone?
On May 28, 3:32 pm, "Alex O." <respo...@myrealbox.comwrote:
On May 28, 9:14 am, "Alex O." <respo...@myrealbox.comwrote:
On May 27, 11:21 am, Peter Ritchie [C# MVP] <PRS...@newsgroups.nospam>
wrote:
"Alex O." wrote:
Using VS2005, I am trying to disable stepping into the operator new calls.
What NoStepInto entry should I put into the registry?
I tried "operator new=NoStepInto" but it does not seem to be working.
What registry entry and you modifying?
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\NativeDE\StepOver]
"10"="operator new=NoStepInto"

Forgot to mention that other entries work OK, it's just the "operator
new" that I have problems with.

Jun 11 '07 #5
"operator new=NoStepInto" should usually be enough.

If you step into the operator new and look at its name in Disassembly window
or in Call Stack window, how exactly will its name be spelled?

--
Oleg
[VC++ MVP http://www.debuginfo.com/]
Jun 12 '07 #6
On Jun 12, 10:28 am, "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
wrote:
"operator new=NoStepInto" should usually be enough.

If you step into the operator new and look at its name in Disassembly window
or in Call Stack window, how exactly will its name be spelled?
"operator new"

Seems to be working some of the times. Weird.

Jun 16 '07 #7

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

Similar topics

3
by: c# newbie | last post by:
When stepping through code, to find where an error is thrown, the problem is that I have to step threw the statement that causes the error, and if it's in a class that's instantiated from the main...
0
by: Dean Slindee | last post by:
Anybody got this working or know of explicit instructions on how to get debug stepping thru a stored procedure with Visual Studio .NET and Windows 2000 OS? I get this error message "Unable to...
2
by: John Black | last post by:
Hi, I wonder if there is any good way in debugging the code not steping into STL code, it is easy to do in normal statement, just click "step over", but when there are some STL type variable on...
5
by: pinaki_m77 | last post by:
Hi, I am trying to debug a C++ program using Microsoft VC++ IDE. The program loads a dynamic link library (dll) and later makes calls to functions inside this dll. I want to step inside the code of...
2
by: Michi Henning | last post by:
Hi, is there any way with the Visual C# debugger to selectively step a single thread at a time? All I can find is the step command, which steps all threads. Thanks, Michi.
25
by: David C | last post by:
I posted this question, and from the replies, I get the impression that I worded my posting very poorly, so let me try this again. While debugging and stepping through this foreach loop ...
0
by: stand__sure | last post by:
Stepping into a stored procedure used to be fairly straight-forward, but after following the guidance in all 6 or so of the MSDN pages about enabling debugging of stored procedures in SQL Server...
0
by: =?Utf-8?B?TWlrZSBPS0M=?= | last post by:
VB 2003 As I am stepping through code, I want to see a data table in a grid, so I can easily see the data in the data table. Currently I QuickWatch the data table, then I have to add ".rows(0)"...
7
by: Lyn | last post by:
Is there a solution to this problem? While stepping through code (F8) it would sometimes be helpful to observe changes occurring on the affected form in the Access window. However, the current...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.