C BFSN Debug on MS Visual Studio 2010

Shrek

Shrek

Member
Tech Guru's -

I am trying to debug a c BFSN and following the below steps:

1) Close all JDE applications.
2) Open MS visual Studio 2010.
3) Open Project and selecting active Console.exe
4) Open the B55XXXXXXX.c and keeping the break points ( Till here all good )
5) when I click F5 to start JD Edwards, throwing an error "Unable to attach. Process C:\E910_1\system\bin32\activConsole.exe is nor running on XXXXXXXXX (Host name here)"
6) Then I am trying to open JDE and attach the process but break points are disabled " The break point will not be hit. No symbols have been loaded to this document" and control not comes to C BFSN while debugging.

Looking for your valuable advices.


I am on Application release 9.1.2.3

Shrek
 
Shrek,=0A=A0=0ADid you compile the BSFN with Debug?=0A=A0=0AAlso, another s trategy for testing=A0would be to=A0add a break point in your event rules o n the call to the=A0=0ABSFN. When you reach this breakpoint click the "step into" button=A0to enter the C code.=A0=0AI like this option better.=0A=A0 =0AGood luck.=0A=0ADanny McMillian=0A404-944-7108=0Adanny_mcmillian7@yahoo. com=0A =0A=0A
 
Back
Top