Link to home
Start Free TrialLog in
Avatar of everlaast
everlaast

asked on

how to break code execution without "jumping" to breakpoint in studio 2005

Hi

I'm developing a desktop app in vb.net. While the program is running in debug mode I want to break
the debug mode (ctrl+break) and edit some code in some modules, then continue (F5).

But when I break the execution visual studio shows me the breakpoint:

   Sub Main()
      frmMain.ShowDialog() '<- if the program is idle then the breakpoint is always here.
   End Sub

I don't want to see that every time!

Is there a way to break the code execution so that this information does not pop-up.

Thanks
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Hi everlaast,
----------

is this not just hitting F9 on that line? removing the breakpoint so its not marked as breakpoint anymore

----------
bruintje
Avatar of everlaast
everlaast

ASKER

No I dont have a breakpoint at all - I'm breaking the execution manually.

And also found the solution myself!

CTRL+ALT+BREAK

Thanx anyway!
ok thanks for posting, you can ask a  0 point question in comunity support to have a refund and close this ticket
Sorry about that..

The CTRL+ALT+DELETE stops the execution... I cannot resume it...
So it is a little better but not the final solution I was looking..

So still open for answers....

Thanks


ok and certainly not ctrl+alt+del but ctrl+alt+break :)
i'm still not quite sure i understand what you are looking for
but you can open options goto tools | options | under environment click on keyboard
on the right part you'll find all declared and non declared menu / context options for keyboard shortcuts
when you type in the commands containing box debug you'll find the possible options
btw to GranMod, you can go ahead and close this anyway,
i posted only in response to the last comment but had given the moderator closure advice earlier

so PAQ and a refund
ASKER CERTIFIED SOLUTION
Avatar of GranMod
GranMod

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