Re: Breakpoint on Operative system



A debug OS image is significally larger (2x typically) then the release one:
you have to modify the MEMORY section of your config.bib file to handle a
bigger RAMIMAGE section.
Maybe it's easier for you to enable the debugger in the release
configuration as explained in the first part of my previous post.

--

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

"Stefano" <blasiis@xxxxxxxx> ha scritto nel messaggio
news:_QCdl.2009$8Z.1881@xxxxxxxxxxxxxxxxxxxxxxxx
I was already enabled thi soption, but after make run time image I have
this erorr :

Error 1 @CESYSGEN IF without matching @CESYSGEN ENDIF
C:\WINCE600\PLATFORM\GeodeLX\FILES\platform.reg 550 1 WaferLX800
Error 2 @XIPREGION IF without matching @XIPREGION ENDIF
C:\WINCE600\PLATFORM\GeodeLX\FILES\platform.reg 250 8 WaferLX800
Error 3 @XIPREGION IF without matching @XIPREGION ENDIF
C:\WINCE600\PLATFORM\GeodeLX\FILES\platform.reg 102 9 WaferLX800
Error 20 Error: Image is too large for current RAM and RAMIMAGE settings
Error 21 Fatal error hit, exiting...
Error 22 makeimg: FATAL ERROR: Command returned non-zero exit code 1
(dec).


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: How to connect to children process
    ... Main problem is amount of manual operations required per debug cycle. ... connection to DLL with debugger takes sensible amount of time and manual ... Is the main problem that the debugger keeps symbols file loaded ... AFAIK that's how VS2003 debugger works, but WinDbg should usually ...
    (microsoft.public.vsnet.debugging)
  • Re: Need Help Debugging
    ... you should use straight and plain ADPlus.VBS from the debugger package. ... debug info loaded, etc... ... does that avoid using the stack ?!? ... which is our custom CRITICAL_SECTION class. ...
    (microsoft.public.win32.programmer.kernel)
  • gnome-settings-daemon crashed twice
    ... To debug your program, run it with the --sync command line ... backtrace from your debugger if you break on the gdk_x_errorfunction.) ...
    (GNOME)
  • Re: DesignBAIS/Dave Bryant
    ... As Tony says you can also "debug" your code in the DB app (browser ... form of tcl access and are able to enter the native debugger anyway. ... i could enter the debugger on their public internet site they would ... Not all Visage applications are deployed to Public internet sites. ...
    (comp.databases.pick)
  • Re: SUnit disappointment
    ... I always press the 'Debug' button in the SUnitBrowser when I'm ... For example when examining a failure in the debugger rather ... I'll often be able to fix the failure in my second ... > Equals verify: object printString with: 'test' ...
    (comp.lang.smalltalk.dolphin)

Loading