Abstract
Cloud based development platforms are getting more widely used as the cloud services become more available and the performance of such platforms increase. One of the key issues in providing a cloud based development platform is to enable the developers to debug their code just as efficiently and effectively as they would perform in a desktop IDE development session. However, especially if the development of a remote service is being carried out, the debugging client and the server running the actual code is separated, disclosing many problems which are not present in a usual debugging session. This paper proposes a record/replay approach to deal with the problems of remote debugging. To keep the communication overhead of the proposed approach as small as possible, the debugger saves the variable values only for external data access such as getting the data from a database query or a web service call. The proposed approach is integrated to a real world cloud based development platform and the run-time overhead is measured on real world case studies to demonstrate the usefulness of the approach.
Original language | English |
---|---|
Title of host publication | CLOSER 2018 - Proceedings of the 8th International Conference on Cloud Computing and Services Science |
Editors | Victor Mendez Munoz, Donald Ferguson, Markus Helfert, Claus Pahl |
Publisher | SciTePress |
Pages | 426-431 |
Number of pages | 6 |
ISBN (Electronic) | 9789897582950 |
DOIs | |
Publication status | Published - 2018 |
Event | 8th International Conference on Cloud Computing and Services Science, CLOSER 2018 - Funchal, Madeira, Portugal Duration: 19 Mar 2018 → 21 Mar 2018 |
Publication series
Name | CLOSER 2018 - Proceedings of the 8th International Conference on Cloud Computing and Services Science |
---|---|
Volume | 2018-January |
Conference
Conference | 8th International Conference on Cloud Computing and Services Science, CLOSER 2018 |
---|---|
Country/Territory | Portugal |
City | Funchal, Madeira |
Period | 19/03/18 → 21/03/18 |
Bibliographical note
Publisher Copyright:Copyright © 2018 by SCITEPRESS -Science and Technology Publications, Lda. All rights reserved.
Keywords
- Cloud based Development
- Record/Replay Debugging
- Remote Service Debugging