What are special software tools called that let you trace through a program to find run time errors?

Working Code, Happy Customers

Take action on broken lines of code, crashes, and busted API calls with the only
developer-first app monitoring platform built to give you answers - not clues.

Over 3.5M developers and 85K organizations rely on Sentry to see what
actually matters, solve what's urgent faster, and learn continuously about their code.

Sentry character illustration

Weekly drops from Sentry

Get tips on solving common latency outages, updates on events, and join the conversation on our live streams with our DevRel team.

We help software teams build better software, faster.

See for yourself how it works

These folks get it.

At best, users and logs provide clues.

Sentry provides answers

Context, uncovered

Source code, error filters, stack locals — Sentry enhances application performance monitoring with enriched stack traces.

See slow faster

Quickly identify performance issues before they become downtime. View the entire end-to-end distributed trace to see the exact, poor-performing API call and surface any related errors.

Trail of events, discovered

Breadcrumbs make application development a little easier by showing you the trails of events that lead to the error(s).

Version changes, highlighted

Whether you’re using JavaScript, PHP, or anything in between, Releases provide visibility to which errors were addressed and which were introduced for the first time.

Control, given

The software development cycle can be riddled with ambiguity. Issue Owners put control back in the hands of developers to fix what’s broken in their code.

Queries, customized

Real-time application monitoring means data, in real-time. Query raw event data across your organization with Discover, Sentry’s query builder.

Data, visualized

Dashboards add a visual element to our application monitoring.

Enterprise Application Monitoring

Sentry for Enterprise

Cross-functional visibility

Your entire organization needs visibility into application health. Sentry provides context to uncover insights for engineers, support, product, and beyond.

Scale & high availability

Event spike? Don’t worry; we’ll be ready. Every part of the Sentry service uses properly-provisioned, redundant servers and is maintained regularly.

Transparent Reliability

Sentry rarely encounters issues. No, really — check for yourself at status.sentry.io, our dashboard that tracks our uptime in real-time.

If you use it

We probably support it

“The alerting on Sentry is fantastic. What I really like about it is that it's extremely clear what the alert is going to do, what the conditions are, and I absolutely love the historical timelines.”

”Sometimes errors on the front-end have roots on the backend. We use Sentry’s tags and metadata about a request that comes in to pass along a version of distributed tracing to link these back.”

Want monthly product updates?

Sign up for our newsletter

What are special software tools called that let you trace through a program to find runtime errors?

A debugger is a software tool that can help the software development process by identifying coding errors at various stages of the operating system or application development.

Which of the following can be used by a programmer to debug code?

Which of the following can be used by a programmer to debug code? IDE stands for integrated development environment. An IDE is a set of programming tools that all work together to make a programmer's job easier. A key feature of an IDE is that it provides a built-in debugger.

Where are programs stored when they are running quizlet?

Primary memory directly interacts with the CPU. Both RAM and ROM are used in primary memory. RAM (Random Access Memory) is where data and program instructions are stored on active electrical currents.

Where are programs stored when they not running?

Where is a program stored when it is not currently running? In secondary storage, typically a hard disk.