Testing small snippets of code

  • Thread starter Thread starter aaj
  • Start date Start date
A

aaj

Hi all

Is there anyway I can instantiate a class from the command window for
debugging purposes. InVB6 you could just call name of the function/sub you
wanted to run and debug. Now I am getting to grips with classes, I need to
do something similar.

I have a small self contantied control class that deals with some text I/O.
I would like to set a break point at the top and then have the class run
from the command window, rather than having to execute the project from the
start.

thanks

Andy
 
Hi,

http://www.sliver.com/dotnet/SnippetCompiler/

Ken
-------------
Hi all

Is there anyway I can instantiate a class from the command window for
debugging purposes. InVB6 you could just call name of the function/sub you
wanted to run and debug. Now I am getting to grips with classes, I need to
do something similar.

I have a small self contantied control class that deals with some text I/O.
I would like to set a break point at the top and then have the class run
from the command window, rather than having to execute the project from the
start.

thanks

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top