paper-with-me

홈 › Papers

Automated Multi-Source Debugging and Natural Language Error Explanation for Dashboard Applications

2026-02-17 · Devendra Tata, Mona Rajhans arxiv

Modern web dashboards and enterprise applications increasingly rely on complex, distributed microservices architectures. While these architectures offer scalability, they introduce significant challenges in debugging and observability. When failures occur, they often manifest as opaque error messages to the end-user such as Something went wrong. This masks the underlying root cause which may reside in browser side exceptions, API contract violations, or server side logic failures. Existing monitoring tools capture these events in isolation but fail to correlate them effectively or provide intelligible explanations to non technical users. This paper proposes a novel system for Automated Multi Source Debugging and Natural Language Error Explanation. The proposed framework automatically collects and correlates error data from disparate sources such as browser, API, server logs and validates API contracts in real time, and utilizes Large Language Models to generate natural language explanations. This approach significantly reduces Mean Time to Resolution for support engineers and improves the user experience by transforming cryptic error codes into actionable insights.

📄 PDF Abstract BibTeX arXiv:2602.15362

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NL-Debugging: Exploiting Natural Language as an Intermediate Representation for Code Debugging

2025-05-21 · Weiming Zhang, Qingyao Li, Xinyi Dai, Jizheng Chen 외

Debugging is a critical aspect of LLM's coding ability. Early debugging efforts primarily focused on code-level analysis, which often falls short when addressing complex programming errors that require a deeper understan…

MdEval: Massively Multilingual Code Debugging

2024-11-04 · Shukai Liu, Linzheng Chai, Jian Yang, Jiajun Shi 외

Code large language models (LLMs) have made significant progress in code debugging by directly generating the correct code based on the buggy code snippet. Programming benchmarks, typically consisting of buggy code snipp…

Program Repair

HDLdebugger: Streamlining HDL debugging with Large Language Models

2024-03-18 · Xufeng Yao, Haoyang Li, Tsz Ho Chan, Wenyi Xiao 외

In the domain of chip design, Hardware Description Languages (HDLs) play a pivotal role. However, due to the complex syntax of HDLs and the limited availability of online resources, debugging HDL codes remains a difficul…

RetrievalRetrieval-augmented Generation

VeriDebug: A Unified LLM for Verilog Debugging via Contrastive Embedding and Guided Correction

2025-04-27 · Ning Wang, Bingkun Yao, Jie zhou, Yuchen Hu 외

Large Language Models (LLMs) have demonstrated remarkable potential in debugging for various programming languages. However, the application of LLMs to Verilog debugging remains insufficiently explored. Here, we present …

Bug fixing

Abstraction Generation for Generalized Planning with Pretrained Large Language Models

2026-02-11 · Zhenhe Cui, Huaxiang Xia, Hangjun Shen, Kailun Luo 외 arxiv

Qualitative Numerical Planning (QNP) serves as an important abstraction model for generalized planning (GP), which aims to compute general plans that solve multiple instances at once. Recent works show that large languag…