Link to home
Start Free TrialLog in
Avatar of vielkacarolina1239
vielkacarolina1239Flag for United States of America

asked on

how to create a bullet in Visual Studio 2003

HI,

I am trying to trace the execution of a program. I have created various bullets(red dots) in the application. When the application starts, it executes a form. Then I click a button on the form. I have placed bullets inside this button. However, the application does not stop on the bullets. Please, can someone tell me what I need to do in VS 2003 so that when the code hits a bullet, it stops and let me trace the code?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vielkacarolina1239

ASKER

thanks