Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.05 KB

Contributing

First off all, thank you for taking the time to contribute!

When contributing to this project, please first discuss the changes you wish to make via an issue before making changes.

Your First Code Contribution

Unsure where to begin contributing? You can start by looking through the good first issue issues.

Getting the code

git clone https://github.com/alefragnani/delphi-object-debugger.git

Prerequisites

Dependencies

There are no dependencies :-)

Building / Debugging

  1. Open the ObjectDebugger.dpk package
  2. Compile and Install
  3. Create a new empty project
  4. Add the Object Debugger component to it
  5. Build it
  6. Start debugging

Submitting a Pull Request

Be sure your branch is up to date (relative to master) and submit your PR. Also add reference to the issue the PR refers to.