Thread: can not debug pocket pc application

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    can not debug pocket pc application

    Hello everyone,


    I am using Visual Studio 2005 to debug a Pocket PC 2003 application on Poacket PC 2003 SE Emulator (I am using ARMV4 architecture). When using F5 to execute the application, the break points I have set before debug (F5) becomes, the information from the break points is,

    --------------------
    The breakpoint will not currently be hit. No executable code is currently loaded at this location.
    --------------------

    I am setting the break point to the 1st line of main function. I am wondering what is the check list to solve this issue to make the application debuggable?


    thanks in advance,
    George

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Can you set "hardware breakpoint" instead of a software break?

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Have you tried finding the process and attaching the debugger to your process?

    in MSVC2003ebug->Processes Select your and Attach

    in MSVC 6 Build->Start Debug->Attach To Process
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Own a windows mobile pocket pc?
    By AcerN30 in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-30-2008, 02:32 PM
  2. Compile Public Domain Pocket PC C Program
    By m1l in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 07-20-2007, 04:02 AM
  3. MIDI for Pocket PC C# vs VB?
    By edugarcia in forum C# Programming
    Replies: 0
    Last Post: 02-04-2005, 12:25 PM
  4. Post you pc pics (mods)
    By biosninja in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 03-15-2004, 04:15 PM
  5. Ask about Debug Assert Failed
    By ooosawaddee3 in forum C++ Programming
    Replies: 0
    Last Post: 04-24-2002, 11:07 PM