Newsgroups: microsoft.public.vsnet.debugging
From: "Visual C# Team" <csh...@microsoft.com>
Date: Thu, 30 Jan 2003 14:45:19 -0800
Local: Thurs, Jan 30 2003 5:45 pm
Subject: Re: NoStepInto not working in VS.NET ?
There's a little more to the syntax than just what Andy describes. Here's /* Each string value in that RegKey should have a decimal number for its name RegExp=[No]StepInto Where RegExp is a regular expression per the standard Visual Studio \cid: A C/C++ identifier Due to an oversight, the items are evaluated in descending numeric examples: Don't step into members of CString[AWT], etc.: 1 \scope:CString.*\:\:.*=NoStepInto Don't step into overloaded operators: 10 \scope:operator\oper:=NoStepInto Don't step into ATL:: except for CComBSTR's non-operator members: 20 ATL\:\:CComBSTR::\funct:=StepInto Don't step into templated things, unless they're merely templated 20 \scope:\funct:=StepInto -Jay -- > The syntax is based on normal VS regular expressions, as used in the Find
> dialog. The strings below look overly complicated because they are the > contents of a REG file, and it needs extra escapes over and above the regex > escapes. > The regex string .*CString.* means zero or more of any char, CString, then > The ATL regex string is ATL\:\:.* - the colons have to be escaped for > Remember this feature is not officially documented or supported. > Andy > > Thanks a lot. > > "Bill Boris [MSFT]" <bbo...@online.microsoft.com> wrote in message > [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.0\NativeDE\StepOver] > > > "10"=".*CString.*=NoStepInto" > > > "15"="ATL\\:\\:.*=NoStepInto" > > > "Michal Bacik" <mic...@lonelycatgames.com> wrote in message > > > > I've used this: > > > > I know this is undocumented, but automatic expansion in the You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||