Skip to content

Commit

Permalink
Merge pull request #86 from julia-vscode/more-doc
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
davidanthoff authored Jul 27, 2024
2 parents 6613ed2 + 71f16c1 commit 7c6dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run a debug session, first instantiate `DebugAdapter.DebugSession` by passing
import DebugAdapter

# Create or acquire a connection
conn = ...
conn = ... # This should be a Base.IO subtype, for example a named pipe or socket connection

session = DebugAdapter.DebugSession(conn)

Expand Down

0 comments on commit 7c6dd46

Please sign in to comment.