Skip to content

Commit

Permalink
set valid breakpoints verified
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantoom committed Aug 30, 2024
1 parent 7dd3ff1 commit 072691a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class PowerShellDebugSession(
breakpointMapEntry.value.forEach {
val bp = responseMap[it.value.line]
if (bp?.isVerified == true) {
session.setBreakpointVerified(it.value)
logger.info("Set breakpoint at ${breakpointMapEntry.key}:${bp.line} successfully.")
} else {
session.setBreakpointInvalid(
Expand Down

0 comments on commit 072691a

Please sign in to comment.