Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Vector35
/
debugger
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
331
Code
Issues
296
Pull requests
15
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
TTD Behavior: browse the API calls a trace made
- #1155
#1155
Open
xusheng6
wants to merge 24 commits into
dev
Vector35/debugger:dev
from
test_ttd_behavior
Vector35/debugger:test_ttd_behavior
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
TTD Behavior: browse the API calls a trace made
#1155
xusheng6
wants to merge 24 commits into
dev
Vector35/debugger:dev
from
test_ttd_behavior
Vector35/debugger:test_ttd_behavior
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2026
Add a TTD Behavior sidebar showing the API calls a trace made
Show description for 2456b50
xusheng6
and
claude
committed
2456b50
View commit details
Copy full SHA for 2456b50
Browse repository at this point
Navigate to the instruction pointer after time traveling to a call
Show description for 11f31d9
xusheng6
and
claude
committed
11f31d9
View commit details
Copy full SHA for 11f31d9
Browse repository at this point
Commits on Jul 27, 2026
Fix the TTD Behavior filter hanging on large reports
Show description for 40a65e2
xusheng6
and
claude
committed
40a65e2
View commit details
Copy full SHA for 40a65e2
Browse repository at this point
Save extracted reports next to the trace, and show truncated buffers as such
Show description for d172ddf
xusheng6
and
claude
committed
d172ddf
View commit details
Copy full SHA for d172ddf
Browse repository at this point
Default the buffer capture limit to 64 KiB, and bound the hex dump
Show description for 027e7e6
xusheng6
and
claude
committed
027e7e6
View commit details
Copy full SHA for 027e7e6
Browse repository at this point
Keep the UI responsive during extraction, and size the narrow columns to fit
Show description for 5fe38b9
xusheng6
and
claude
committed
5fe38b9
View commit details
Copy full SHA for 5fe38b9
Browse repository at this point
Read the binary report format, and show save and load times
Show description for 162ece7
xusheng6
and
claude
committed
162ece7
View commit details
Copy full SHA for 162ece7
Browse repository at this point
Commits on Jul 28, 2026
Show each call's return address in a new column
Show description for 68848d7
xusheng6
and
claude
committed
68848d7
View commit details
Copy full SHA for 68848d7
Browse repository at this point
Let the filter scope terms to a field
Show description for ce24e8c
xusheng6
and
claude
committed
ce24e8c
View commit details
Copy full SHA for ce24e8c
Browse repository at this point
Give the TTD Behavior widget query tabs
Show description for 5f22fc8
xusheng6
and
claude
committed
5f22fc8
View commit details
Copy full SHA for 5f22fc8
Browse repository at this point
Commits on Jul 29, 2026
Move TTD behavior reports into core, with a Python binding
Show description for 0338cca
xusheng6
and
claude
committed
0338cca
View commit details
Copy full SHA for 0338cca
Browse repository at this point
Drop the UI's copy of the report reader and use the core API
Show description for 20ae223
xusheng6
and
claude
committed
20ae223
View commit details
Copy full SHA for 20ae223
Browse repository at this point
Decode parameters by default when querying
Show description for 169a6c0
xusheng6
and
claude
committed
169a6c0
View commit details
Copy full SHA for 169a6c0
Browse repository at this point
Recover unread strings when extracting from the sidebar
Show description for 64f1c24
xusheng6
and
claude
committed
64f1c24
View commit details
Copy full SHA for 64f1c24
Browse repository at this point
Default TTD Behavior string recovery to off
Show description for e3a6f60
xusheng6
and
claude
committed
e3a6f60
View commit details
Copy full SHA for e3a6f60
Browse repository at this point
Commits on Jul 30, 2026
Tell the extractor where WinDbg's TTD replay DLLs are
Show description for 980a252
xusheng6
and
claude
committed
980a252
View commit details
Copy full SHA for 980a252
Browse repository at this point
Ship the TTD behavior extractor and use it by default
Show description for a695aba
xusheng6
and
claude
committed
a695aba
View commit details
Copy full SHA for a695aba
Browse repository at this point
Vendor the extractor as a flat ttd-extract folder
Show description for 9a68432
xusheng6
and
claude
committed
9a68432
View commit details
Copy full SHA for 9a68432
Browse repository at this point
Show a buffer's leading bytes in the table again
Show description for f132b39
xusheng6
and
claude
committed
f132b39
View commit details
Copy full SHA for f132b39
Browse repository at this point
Remove the UI's orphaned parameter renderer
Show description for db02e47
xusheng6
and
claude
committed
db02e47
View commit details
Copy full SHA for db02e47
Browse repository at this point
Clean up CMake comments
xusheng6
committed
fbc516d
View commit details
Copy full SHA for fbc516d
Browse repository at this point
Hide TTD behavior extraction off Windows, and document the feature
Show description for 8a25ba5
xusheng6
and
claude
committed
8a25ba5
View commit details
Copy full SHA for 8a25ba5
Browse repository at this point
Allow TTD behavior extraction from the Python API
Show description for 306f883
xusheng6
and
claude
committed
306f883
View commit details
Copy full SHA for 306f883
Browse repository at this point
Add a screenshot to the TTD behavior guide
Show description for 6eceb06
xusheng6
and
claude
committed
6eceb06
View commit details
Copy full SHA for 6eceb06
Browse repository at this point
You can’t perform that action at this time.