Debug a running compiled program

  • Thread starter Thread starter mcolson
  • Start date Start date
M

mcolson

Is there a way I can add a button that forces my program into Debug
when I am running a compiled program?
 
mcolson said:
Is there a way I can add a button that forces my program into Debug
when I am running a compiled program?

You mean the Stop statement or Debbuger.Break?
 
Is there a way I can add a button that forces my program into Debug
when I am running a compiled program?

If you want to debug a running process then you can attach to the
process instead of starting up in debug mode -TOOLS - ATTACH TO
PROCESS

Jake
 

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

Similar Threads


Back
Top