aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-inspector-protocol/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10Update inspector-protocolGravatar Ashcon Partovi 2-98/+356
2023-10-09Fix array variables preview in debugger (#6379)Gravatar 2hu 1-1/+4
2023-08-29More support for DAP (#4380)Gravatar Ashcon Partovi 1-6/+16
* Fix reconnect with --watch * Support setVariable * Support setExpression * Support watch variables * Conditional and hit breakpoints * Support exceptionInfo * Support goto and gotoTargets * Support completions * Support both a URL and UNIX inspector at the same time * Fix url * WIP, add timeouts to figure out issue * Fix messages being dropped from debugger.ts * Progress * Fix breakpoints and ref-event-loop * More fixes * Fix exit * Make hovers better * Fix --hot
2023-08-27@electroid's dap changes (#4367)Gravatar Jarred Sumner 2-149/+97
* Rework terminal, launch is still WIP * Use the proper Terminal profile API * More changes * progress --------- Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
2023-08-26More improvements to debugger support (#4345)Gravatar Ashcon Partovi 10-0/+38904
* More fixes for dap * More changes * More changes 2 * More fixes * Fix debugger.ts * Bun Terminal