atom-debugger icon indicating copy to clipboard operation
atom-debugger copied to clipboard

Collaborate with us

Open steelbrain opened this issue 8 years ago • 3 comments

I am the author of the linter package. We're thinking of writing a base debugging interface provider now. Your experience from this package will be very helpful. Would you mind sharing your ideas about how that base provider's API should look like and about it's UI?

steelbrain avatar Oct 17 '15 13:10 steelbrain

@steelbrain Sorry for may late reply... Thank you, it's my honor!

When I design this package, this is my mainly reference: https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI.html I think it's also helpful for you.

I think the most useful parts are: breakpoint: add, delete, list... watch variable: add, delete, list.. execution: run, stop, interrupt, continue, next, step... They are important for both API and UI

xndcn avatar Oct 19 '15 02:10 xndcn

@steelbrain is there any issue in the linter repo that tracks the current discussion/state of the debugging API?

niclashoyer avatar Oct 25 '15 16:10 niclashoyer

@niclashoyer I am sorry but there isn't any discussion on a private repo yet, we did discuss it in a private atom slack channel but the last time I checked Joe FitzGerald had taken the responsibility of getting debugger up and running, he says he'll try to adopt the concepts from nuclide.

steelbrain avatar Oct 25 '15 21:10 steelbrain