Re: Break Mode Not Run

Tech-Archive recommends: Fix windows errors by optimizing your registry



If it didn't break, then the line of code you break-pointed didn't run. It
is as simple as that. Find the first line of code and step from there, but
realize that when you break in the IDE, you are changing what you are
studying. It is like adding a DoEvents at each break point, which may
change the order of subsequent events, etc.


"JD Terrazas" <JDTerrazas@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4667064F-7346-410E-8E03-3498A69E158C@xxxxxxxxxxxxxxxx
> Hi,
> I have an issue with VB. I write a code and when I tried to run in break
> mode in order to Debug it, this doesn't work runs the whole code even if
> I
> put a breakpoint or tri to use step into (hot key F8).
> Any idea how can I enable?
>
>


.



Relevant Pages

  • Re: [ANN] Ruby Debugging Article at IBM Developerworks
    ... > That is, if I have the source file open in my editor, I'd like to be ... > trigger_debugger if $DEBUG ... require 'breakpoint' ... Prev by Date: ...
    (comp.lang.ruby)
  • Re: getting the vs debugging to work
    ... "Start" option from the debug menu claiming I don't have the correct ... > postback and than the breakpoint is not reach. ... Prev by Date: ...
    (microsoft.public.dotnet.general)
  • Re: Debug vs. Release code.
    ... >> is run in VS.NET, assuming symbols have been generated, it can be ... > It will not stop on your breakpoint. ... Is that true even if you change the settings so that the debug symbols ... Prev by Date: ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Bluetooth chat example
    ... I just set the breakpoint and debug it. ... device,I mean the programm stops at the breakpoint and I can use 'step ... Prev by Date: ...
    (microsoft.public.pocketpc.developer)
  • Re: [RFC] hwbkpt: Hardware breakpoints (was Kwatch)
    ... Debug exceptions don't occur very often, and when they do it won't ... The global kernel allocations will already be set in the processor from the ... CPU 1 goes in and alters the user breakpoint data, ... * Hardware breakpoints are implemented using the CPU's debug registers, ...
    (Linux-Kernel)