Book a Demo

Author Topic: Debugging a VC++6.0 application  (Read 2455 times)

ganesh

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Debugging a VC++6.0 application
« on: May 20, 2008, 12:18:10 am »
Hi
   Does anyone know how to debug a VC++6.0 application. I have configured the Build scripts etc. I am able to build the application from EA. When i click the Debug button nothing is getting displayed. When i create a Workbench instance I am getting an error like "Workbench does not support creation of Micorosoft naive classes". Please let me know how to debug a VC++6.0 application.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Debugging a VC++6.0 application
« Reply #1 on: May 20, 2008, 08:28:06 am »
You should be able to debug once you've made a debug script then clicking the 'Debug Run' button. (Or F6)

You can't use the Workbench for native classes (as the message says) so you'll need to start you application in debug mode and debug from there.

ganesh

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Debugging a VC++6.0 application
« Reply #2 on: May 20, 2008, 02:03:55 pm »
I have configured my debug script. But when click the Debug button, nothing is happening.

In Build Script dialog, in the Debug Tab I have entered the path of the application. This is how i have configured the Debug script. I have set the use debugger option has Micorosoft Native

Can you please give me the steps to debug a VC++(MFC) application. As far i saw the manuls the model selected for C# code sample is different. For debugging should i have to select any specific model?
« Last Edit: May 20, 2008, 10:43:07 pm by ganeshbabu.cv »