mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-07-31 17:39:14 +00:00
Documentation - Add middle menu readme files
Add README.md files to the middle menu options to fit the requirements of Alfresco Builder Network (ABN) in terms of structure.
This commit is contained in:
13
docs/advanced-topics/debugging/README.md
Normal file
13
docs/advanced-topics/debugging/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
Title: Debugging
|
||||
Added: v3.0.0
|
||||
Last reviewed: 2019-01-17
|
||||
---
|
||||
# Debugging
|
||||
|
||||
When developing add-ins, fixing bugs, or changing Alfresco from the source code, it is helpful to debug an instance of Alfresco running on a standard
|
||||
application server. This section outlines the steps needed to configure Alfresco and Eclipse (or IntelliJ IDEA) to provide a real-time view of the server
|
||||
and to troubleshoot issues by stepping through the code line by line.
|
||||
|
||||
Here we assume you have already generated an Alfresco project using the Alfresco SDK. If you don't have a project already, follow the steps in
|
||||
[Getting started with Alfresco SDK 3.0](../../getting-started.md) to learn how to generate it in a few easy steps.
|
Reference in New Issue
Block a user