Skip to content

Commit

Permalink
fix(camel): reload breakpoints immediately after step in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 15, 2023
1 parent 54c008f commit c67d2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hawtio/src/plugins/camel/debug/Debug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ export const Debug: React.FunctionComponent = () => {

const result = await debugService.stepBreakpoint(selectedNode, suspendedBreakpoint)
log.debug('Debug - next breakpoint:', result)
reloadBreakpointChanges(isDebugging, selectedNode)
}

const onResume = () => {
Expand Down

0 comments on commit c67d2a7

Please sign in to comment.