Have you read this part of the documentation yet? https://docs.trafficserver.apache.org/developer-guide/debugging/index.en.html
Other sections of the documentation cover building ATS from source and installing it. Autotools are used for the current version, ATS 9, and cmake is used for the version still in development, ATS 10 (on the master branch in the Apache trafficserver repo in github). On Wed, Dec 13, 2023 at 11:33 PM Ngọc Duy Nguyễn < nnduy.nguyenngoc...@gmail.com> wrote: > Dear dev-team, > > I am Duy, a developer. Currently, I am developing a plugin for Apache > Traffic Server and I am in need of your assistance regarding debugging code > line by line in this environment. > > I have been researching ATS and have started building my own plugin. > However, I am facing difficulties in debugging and monitoring the code > execution process. Therefore, I would greatly appreciate your guidance and > instructions to help me progress in this project. > > Below are some specific questions and requests I have: > > 1.How to set up the development environment for ATS? > I need to know the steps to install and configure the development > environment for ATS on my computer. > > 2.How to debug code line by line in ATS? > I am learning how to set up and use a debugging environment to trace and > debug the code line by line. > > 3.How to connect the debugging environment to ATS? > I would appreciate guidance on how to connect the debugging tool to the ATS > process to monitor the code execution of the plugin. > > 4.Suggestions for useful documentation or references for debugging ATS > plugins. > > I would greatly appreciate it if you could share your knowledge and > experience to help me overcome the challenges of developing a plugin for > ATS. > > Thank you very much for your support, and please let me know a convenient > time for us to exchange information and discuss specific plans. > > Sincerely, > > Duy >