Skip to content

Commit 368543c

Browse files
Update README.md
1 parent 03d4d2a commit 368543c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Sindarin
2-
Sindarin is a versatile and interactive debugger scripting API
3-
for object-oriented programming languages. Sindarin is designed to help building dedicated debugging tools targeting specific problems or domains.
2+
Sindarin is a versatile and interactive debugger scripting API for object-oriented programming languages. Sindarin is designed to help building dedicated debugging tools targeting specific problems or domains.
43
To do this, Sindarin attaches to a running process then exposes stepping and introspection operations to control, manipulate and observe that process’ execution.
54
It simplifies the creation of personalized debugging scripts by providing an AST-based API, thus also proposing different stepping granularity over the debugging session.
65
Once written, scripts are extensible and reusable on other scenario, and can be used to build more complex debugging tools.

0 commit comments

Comments
 (0)