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

Feature request: debugger & debugger UI #128

Open
TMTBO opened this issue Jul 29, 2022 · 4 comments
Open

Feature request: debugger & debugger UI #128

TMTBO opened this issue Jul 29, 2022 · 4 comments
Milestone

Comments

@TMTBO
Copy link

TMTBO commented Jul 29, 2022

Have you considered adding a debugger and debugger UI to xbase. Something like vimspector

@kkharji
Copy link
Owner

kkharji commented Jul 30, 2022

Hey @TMTBO, hmm it crossed my mind as something super useful to have xbase support, but believe or not I never used a debugger before so I'm not sure where to start. Could share a few cases where you find yourself needing or using a debugger.

@TMTBO
Copy link
Author

TMTBO commented Aug 1, 2022

Well,but how do you debug your program? I just want to debug the program like Xcode.
That's okay. If it's not part of your plan. And I'll find another way.

@kkharji kkharji added this to the 0.5 milestone Aug 2, 2022
@sidenkov
Copy link

Could share a few cases where you find yourself needing or using a debugger.

Not OP, but just from the top of my mind:

  • setting regular breakpoints or conditional breakpoints
  • checking the stack trace of the function call to see what called that function and on what thread I am, also looking at other threads
  • printing/dumping contents of objects' parameters
  • using po as a REPL while stopped at a breakpoint (useful when performing tasks like data conversion)

@TMTBO
Copy link
Author

TMTBO commented Nov 22, 2023

Hi bro, I have find a way to debug with xcodebuild.nvim.

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

No branches or pull requests

3 participants