|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Testing simple VB code in design time?I don't want to compile my whole application just to debug one line of code. For example I want to see what "ABCD".replace("B", "X") returns. I'm almost sure I saw an add-in that does this but I cannot find it anywhere. It works similarly as Immediate window during debug time. It popped the window where you can write VB expression and it returned the result. Do you know such add-in or macro (before I write my own)? Thank you -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code Hi,
http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/ Ken ------------- Show quoteHide quote "Peter Macej" <pe***@vbdocman.com> wrote in message news:uZ88kPrPGHA.3888@TK2MSFTNGP12.phx.gbl... >I often need to test very simple code while I'm writing the program. And I >don't want to compile my whole application just to debug one line of code. >For example I want to see what "ABCD".replace("B", "X") returns. > > I'm almost sure I saw an add-in that does this but I cannot find it > anywhere. It works similarly as Immediate window during debug time. It > popped the window where you can write VB expression and it returned the > result. > > Do you know such add-in or macro (before I write my own)? > > Thank you > > > -- > Peter Macej > Helixoft - http://www.vbdocman.com > VBdocman - Automatic generator of technical documentation for VB, VB .NET > and ASP .NET code Thanks,
Snippet Compiler is what I was looking for. It is not VS add-in but I defined it as external tool and put it on the VS toolbar. -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code
Show quote
Hide quote
"Peter Macej" <pe***@vbdocman.com> schrieb Start a new instance with a new project, run it, go into break mode. There > I often need to test very simple code while I'm writing the program. > And I don't want to compile my whole application just to debug one > line of code. For example I want to see what "ABCD".replace("B", > "X") returns. > > I'm almost sure I saw an add-in that does this but I cannot find it > anywhere. It works similarly as Immediate window during debug time. > It popped the window where you can write VB expression and it > returned the result. > > Do you know such add-in or macro (before I write my own)? > > Thank you you can execute the statement. Armin > Start a new instance with a new project, run it, go into break mode. There This is what I wanted to avoid - debug current session or open another > you can execute the statement. VS instance. -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code
HttpWebRequest using Certificates
Pulling specific words from a string Basic question MenuItem.RadioCheck Asynchronous Invoke and the UI thread (using delegates) How to use my default mail client to mail any file? Radio Button Grouping in vb/VS 2005 Accessing Mdi Child Form Control form another one How to pass parameter? error "concurency violation" |
|||||||||||||||||||||||