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
 
Back
Top