We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d5bde commit 0c49eeeCopy full SHA for 0c49eee
1 file changed
extension/script/backend/master/request.lua
@@ -179,6 +179,8 @@ function request.setBreakpoints(req)
179
local args = req.arguments
180
local invalidPath = args.source.path and not isValidPath(args.source.path)
181
for _, bp in ipairs(args.breakpoints) do
182
+ bp.column = nil
183
+ bp.endColumn = nil
184
bp.id = genBreakpointID()
185
bp.verified = false
186
bp.message = invalidPath
0 commit comments