• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

karellen / karellen-jdb-mcp / 23763299036 / 4
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 30 Mar 2026 07:25PM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Mar 2026 07:22PM UTC coverage: 88.297% (+5.6%) from 82.683%
23763299036.4

push

github

web-flow
Fix execution commands blocking on prompt detection failure [release] (#5)

## Summary

- Execution commands (`cont`, `run`, `step`, `next`, `step_up`) no
longer block up to 120s when JDB's response format doesn't match the
prompt regex (e.g. `> Nothing suspended.`)
- New `_send_execution_command` method uses content-based completion:
returns immediately when output arrives (settle time), returns empty
string when execution resumes with no output (fire-and-forget within
`TIMEOUT_RESUME` / 5s)
- New `jdb_wait_for_event(timeout=120)` tool: blocks until a stop event
(breakpoint, exception, program exit) occurs after `jdb_cont`/`jdb_run`
return `reason="resumed"`. Separates "resume execution" from "wait for
result".
- Adds `JdbTimeoutError` subclass for distinguishing timeout failures
- Server returns `StopEvent(reason="resumed")` when execution resumes
without an immediate stop event
- Tests for `_read_until_prompt`, `send_command`, `wait_for_event`
- Updated README, SKILL.md, and agent docs

## Test plan
- [x] All 307 unit tests pass
- [x] Full build passes

256 of 310 branches covered (82.58%)

Branch coverage included in aggregate %.

1253 of 1399 relevant lines covered (89.56%)

0.9 hits per line

Source Files on job 23763299036.4
  • Tree
  • List 7
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23763299036
  • 179598c8 on github
  • Prev Job for on master (#23382447272.3)
  • Next Job for on master (#23765958582.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc