March 2021 Summaries
3 posts from Rollbar
Filter
Month:
Year:
Post Summaries
Back to Blog
Java debugging in Eclipse is an efficient process aided by various tools and perspectives offered by the IDE, which allows developers to identify and resolve issues in their code by stepping through it interactively. Eclipse's Debug Perspective provides a comprehensive set of views such as Debug, Variables, Breakpoints, and Expressions that facilitate the inspection of code and program execution flow. The process involves setting breakpoints to pause execution, starting the program in debug mode, and using features like Step Into, Step Over, and Step Return to navigate through code. Additionally, developers can add variables to the Expressions view for value inspection, and they can use Step Filters to avoid delving into unnecessary library code. Eclipse's user-friendly interface and debugging capabilities, along with external tools like Rollbar for real-time error management, make the debugging process more effective and less daunting for developers.
Mar 26, 2021
1,006 words in the original blog post.
Rollbar has introduced a HashiCorp Terraform Verified Provider, developed in collaboration with HashiCorp, to streamline the management of Rollbar accounts by automating the provisioning and maintenance processes using infrastructure-as-code. This integration allows organizations to efficiently manage projects, teams, users, and security settings through declarative configuration files, eliminating the need for manual interaction with the user interface or API. By leveraging Terraform, which is known for its multi-cloud provisioning capabilities, teams can reduce manual effort, minimize human errors, and ensure compliance with security requirements. The new provider, currently in beta, offers a more efficient and error-free approach to managing Rollbar resources, supporting the scalability needs of growing development teams while maintaining real-time error resolution across applications.
Mar 23, 2021
427 words in the original blog post.
A survey of nearly 1,000 U.S. developers sheds light on significant development trends and insights, emphasizing the crucial role of software in contemporary businesses, especially highlighted by the events of 2020. Despite software's empowering capabilities, the survey reveals a persistent blind spot for many companies and their development teams regarding errors in their code. The findings are illustrated in recently released infographics, highlighting the current state of software code and its implications for businesses.
Mar 16, 2021
85 words in the original blog post.