This package adds a method and action to locate active debuggers in Aras Method items.
Release | Notes |
---|---|
v3.0.1 | Updated Usage for v12 |
v3.0 | Adds additional checks to limit false positives |
v2.0 | Adds support for JavaScript methods. |
v1.0 | First release. only supports server-side methods. Though built and tested using Aras 11.0 SP7, this project may function in older releases of Aras 11.0 and Aras 10.0. |
Project | Aras |
---|---|
v3.0.1 | 11.0 SP5+, 12.0+ |
v3.0 | 11.0 SP5, 11.0 SP7, 11.0 SP9, 11.0 SP12 |
v2.0 | 11.0 SP5, 11.0 SP7, 11.0 SP9 |
v1.0 | 11.0 SP5, 11.0 SP7 |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (see "Supported Aras Versions" above)
- Aras Package Import tool
- FindActiveDebuggers import package
- Backup your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must login as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\FindActiveDebuggers\Import\imports.mf
file in the Manifest File field. - Select FindActiveDebuggers in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
- (Optional) Execute the contents of Data\testData.xml in Nash or AML Studio to add sample data to your database for testing.
You are now ready to login to Aras and try out the Find Active Debuggers action.
- Log in to Aras as admin.
- Click user menu (upper right corner) Actions > Find Active Debuggers.
- Click Actions > Find Active Debuggers in the main menu.
The Find Active Debuggers action will display a window with the results of the report. The window will show a list of methods containing an active debugger statement and a search criteria string that you can copy into the Method main grid search toolbar.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
Original code written by Mike Ghizzoni for Aras Corporation Support.
Documented and published by Eli Donahue for Aras Labs. @EliJDonahue
Contributors:
- @mptap
- @cgillis-aras
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.