Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
# editorconfig.org

[*]
#Core editorconfig formatting - indentation

Expand All @@ -10,6 +11,7 @@ align_multiline_parameter = true
align_multiline_argument = true

[*.cs]
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/code-style-rule-options

#Formatting - indentation options

Expand Down
3 changes: 1 addition & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ course. But in my opinion they are not meeting people's needs.
stop-gap addressing the pain of developing a debugger extension; they don't really solve
the larger problem. (for instance, two major shortcomings are: they are still too
low-level (you have to deal with the dbgeng COM API), and there's no REPL)
* The debugger team has recently introduce [Javascript
scripting](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/javascript-debugger-scripting).
* The debugger team has recently introduce [JavaScript Debugger Scripting](https://learn.microsoft.com/windows-hardware/drivers/debugger/javascript-debugger-scripting).
Javascript is a much better (and more well-defined) language than the old windbg
scripting language, but I think that PowerShell has some advantages, the largest of
which is that nobody really uses a Javascript shell--PowerShell is much better as a
Expand Down