Ctrl + Break

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey guys

in vb 6.0 you can Ctrl+Break the program and add/edit code while the program is still running. Can you do that with vb.net ? and how

THANX IN ADVANCE
 
* "=?Utf-8?B?V2lsbA==?= said:
in vb 6.0 you can Ctrl+Break the program and add/edit code while the
program is still running. Can you do that with vb.net ? and how ?

Edit and Continue is not supported in the current version of VB.NET
(2003). It will be reintroduced in the next version, VS.NET Whidbey,
for the VB.NET programming language. In the meantime, you can go to the
IDE settings and check the checkbox "Allow editing while in debug mode"
(or something similar).
 

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