Book a Demo

Author Topic: Not hitting breakpoint  (Read 2397 times)

ChrisApple

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Not hitting breakpoint
« on: December 18, 2008, 05:16:45 am »
I'm new to EA. I'm trying to reverse code engineer a project. To simplify I created a very simple Visual Studio 2008 native C++ console project with a single class and imported it into EA. I created a build and debug script. I can view the source code and set breakpoints (I get the solid red circle). I can start debug on the console program. It never hits any breakpoints. What am I missing?

Takeshi K

  • EA User
  • **
  • Posts: 630
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: Not hitting breakpoint
« Reply #1 on: December 18, 2008, 08:50:11 am »
find the dbghelp.dll file under VS2008 installed directory and copy it to the EA installed directory. (The EA directory has the old one.)

Maybe this solves your trouble.

Hope this helps.
--
t-kouno

ChrisApple

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Not hitting breakpoint
« Reply #2 on: December 18, 2008, 10:47:07 am »
Thanks. It solved my problem.