Skip to content

Commit

Permalink
捕获断点默认设置为 true
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Aug 12, 2024
1 parent 1bf0ff7 commit 68f488e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd/debugger/script/common/capabilities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ return {
description = 'Error raised by `lua_error`.',
},
{
default = false,
default = true,
filter = 'lua',
label = 'Caught Errors By Lua',
supportsCondition = true,
Expand Down

0 comments on commit 68f488e

Please sign in to comment.