Home > Back-end >  RAD XE6 unable to step through the program
RAD XE6 unable to step through the program

Time:10-08

Set breakpoints, choose the single step, submitted to the following error message below, the program can be executed, but can't step through,
The Module Load: SgAppender_Dll. DLL. No Debug Info. The Base Address: $6 ddf0000. Process MDIAPP. Exe (12676)
The Module Load: UNKNOWN_MODULE_12. No Debug Info. The Base Address: $08540000. The Process MDIAPP. Exe (12676)
The Module Load: SkinBox. DLL. No Debug Info. The Base Address: $6 ddb0000. Process MDIAPP. Exe (12676)
Thread Exit: the Thread ID: 12064. The Process MDIAPP. Exe (12676)
The Module Load: TWINAPI. DLL. No Debug Info. The Base Address: $57 a20000. Process MDIAPP. Exe (12676)

Could you tell me whether set out the problem? Want to do?

CodePudding user response:

Press F9 debugging, don't CTRL + ALT + F9

Is the right of the debugging, the estimate LZ point the wrong button,

Just set up a project, add a few pieces of code to the OnCreate, see if I can debug
  • Related