Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging #2

Open
drewcrawford opened this issue Mar 25, 2016 · 1 comment
Open

Debugging #2

drewcrawford opened this issue Mar 25, 2016 · 1 comment
Assignees

Comments

@drewcrawford
Copy link
Contributor

No description provided.

@dunkelstern dunkelstern self-assigned this Apr 2, 2016
@dunkelstern
Copy link
Member

Working debugger support is in now, could use some extensions:

TODO:

  • Thread switching, currently only possible via lldb console
  • Marking up all Program Counter positions for all stack frames
  • Clicking on Stackframes to get a variable dump and jump there/ switch context
  • Remote debugging
  • Reliable shutdown of lldb server, currently forks off from sublime and may be kept open when sublime is exited (search for stray python processes)
  • Watchpoints
  • UI for conditional breakpoints/ignore count, works when edited in sublime project file though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants