Visual Studio 2010 setup for JDE bsfn debugging E19.1

RKUSA

Active Member
Hi Friends,

I am trying to setup Visual Studio 2010 for business function debugging on E1 9.1. Could you please provide some document on this?

Thanks for your Help.

RK
 
Nothing to setup really. As long as you have your function(s) built on your fat client, there is no setup required.

There are a couple of methods. I prefer the following...
- Start E1
- Start VS (you could also start VS first)
- In VS:
--- Open your source code file(s)
--- Debug menu | Attach To Process... this will bring up a list of running processes...choose activeconsole.exe

At this point, your debugger is active and waiting. Set your breakpoints, run your app/ube/whatever, the debugger should stop at your breakpoints.

I then turn off debugging by going back into the Debug menu and selecting the Detach All option.

The other method uses VS to start E1 by opening activeconsole.exe inside of VS.
 
Back
Top