Re: Breakpoint on Operative system



If you are building a 'release' OS you can enable it via menu Project ->
<Your Project> Properties -> Configuration Properties -> Build Options ->
Enable kernel debugger. This can be a good choice if you're debugging a
specific (maybe yours?) module since you can build a debug version of the
module itself only (look for COMPILE_DEBUG in the help); otherwise, if you
want full symbolic debugging information you have to build a 'debug' version
of your OS

--

Luca Calligaris (MVP-Windows Embedded)
l.calligaris.nospam@xxxxxxxxxxxxxxxxxx
www.eurotech.it

"Stefano" <blasiis@xxxxxxxx> ha scritto nel messaggio
news:K4Cdl.1945$8Z.901@xxxxxxxxxxxxxxxxxxxxxxxx
How can I do it ?


"Luca Calligaris" <l.calligaris.nospam@xxxxxxxxxxxxxxxxxx> ha scritto nel
messaggio news:uz77ek6eJHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
Have you enabled the kernel debugger?

--

Luca Calligaris (MVP-Windows Embedded)
l.calligaris.nospam@xxxxxxxxxxxxxxxxxx
www.eurotech.it

"Stefano" <blasiis@xxxxxxxx> ha scritto nel messaggio
news:bjBdl.1892$8Z.417@xxxxxxxxxxxxxxxxxxxxxxxx
How can I insert a breakpoint in the operative system WinCE 6.0 platform
builder ?
I have enabled KITL and connect my board through ethernet, but it was
not enough, what should I do?


Thanks

Stefano







.



Relevant Pages

  • Re: Office or InDesign breaks VS 2005 debugging?
    ... Given tha I was using and debugging the sub-projects in this solution before ... some getting used to) and the debug symbols for the child project are no ...
    (microsoft.public.vsnet.debugging)
  • Re: Cant Debug COM Interface
    ... When I start to debug the application the DLL is ... a com client in vb.net which is referencing the interface of the COM Server ... If I use this application as Host application I can debug without ... For debugging I can start the ...
    (microsoft.public.vsnet.debugging)
  • Re: C++ Workable Mainframe Debuggers
    ... you have to be able to read assembler to do ... IBM Debug Tool for z/OS is available. ... You can license Debug Tool as MLC or, in the form of the Debug Tool ... For graphical debugging use Rational Developer for System z (or ...
    (bit.listserv.ibm-main)
  • Re: Need help with my logic
    ... Hand Execution ... This will save you a lot of time when you write (and debug) large programs. ... In each method put at least one debugging statement at the head of a method that accepts information to show the arguments: ...
    (comp.lang.java.programmer)
  • Re: Need help on debugging the code in .NET Web application.
    ... > I'm getting the following error while trying to debug the application. ... There are a couple of reasons why debugging fails: ... The IIS mappings are incorrect (very common when IIS installed after ... where Windows directory is normally either Windows or WINNT. ...
    (microsoft.public.dotnet.academic)

Loading