How to Debug a Business Function using Microsoft Visiual Studio .NET 2003

aalon

Active Member
Hello List,

I have been debugging business functions using Microsoft Visual Studio C++. Can you please tell me the step by step procedure on how to do this using Microsoft Visual Studio .NET 2003.

Thank you.

E81
8.98.6
 
Hi,
Which JDE version you are using.
because previous of JDE 8.11 means (XE/E810) vc .net 2003 not support for that u need install VS6 .

Thanks,
Bhushan
JDE Technical
 
Hi follow this steps for .NET 2003
U just set exe as per below steps using project option.
1.Open VC++ 2003 version
2.go menu File--> Open--> Project
3. Set jdenet_exe if it is web application or if it is report set active console.exe
from C:\E812\system\bin32 as per in your installation of JDE
Open your C business function file from source
set break point and run your application /report

Thanks,
Bhushan
JDE 8.12
 
Back
Top