Book a Demo

Author Topic: New Build scripts documentation for 9.0  (Read 3192 times)

rsipin

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
New Build scripts documentation for 9.0
« on: October 12, 2011, 04:21:21 am »
Unfortunately, I was very used to the way the 8.X debug build scripts were laid out, and could successfully use EA to debug .Net 2010 solutions. With the new 9.0 layout, I'm missing some fundamental requirements for entering the debug parameters. I can get the build section to run just fine, with the following parameters:
Build -> "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /Build Debug StreetEditor.sln
Default Dir -> C:\Data\ContactOneSVN\MapSAG\5.5.6
Parse Output -> Microsoft .NET

What's confusing now is the Workbench tab - is the workbench assembly supposed to point to my DLL (which is what the solution constructs) or the external program that I have my visual Studio solution pointed to (which loads my DLL)?

How is this different from the Platform tab? If I set the Application Path to the external program that I launch when debugging my solution in VStudio, nothing happens when I launch the EA debugger.  Here's how that tab is configured:

Debugger -> Microsoft .Net
Default Directory -> (points to my solution directory)
Application path -> (points to the debug start action extermal program I have set up in VStudio)
Command line arguments -> nothing set
Build First = true
Show Console = true

Thanks if you can help - please don't point to the new help, as it's completely lacking clarity on these points.

rsipin

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: New Build scripts documentation for 9.0
« Reply #1 on: January 14, 2012, 08:29:59 am »
Here's an Execution Analyzer setup that works with 9.X and VStudio 2010:
Build:
Execute command as Process
Build command = "C:(..path to..)\devenv.com" /rebuild Debug mysolution.sln
Default Dir = (.. path to my solution ..)
Parse Output = Microsoft.Net

Debug:
Debugger = Microsoft.Net (Run)
Default Directory = (.. path to my solution ..)
Application Path = (Depends on assembly type - use same double quoted string as you may have on the VStudio debugger line i.e. "C:\Program Files\MyDir\MyProgram.exe"

Workbench:
Microsoft.Net is selected