Atom-ide-ui: Does Nuclide Built-in Debugging get into Atom IDE ?

Created on 6 Oct 2017  路  8Comments  路  Source: facebookarchive/atom-ide-ui

Would be great if Nuclide's Built-in Debugging would get into one of the next versions of Atom IDE, it this possible or is something it is not even in the roadmap?

question

Most helpful comment

I just finished v1 of atom-ide-debugger as part of https://ide.atom.io/ with some debuggers initially supported:

There will be more debugger backends coming + third party debuggers can be easily integrated.

All 8 comments

Debugging is on the roadmap!

Sorry to reply to a closed issue, just curious, is there an ETA for this and how would it be implemented? Would it be language agnostic and provide drivers for different languages/debuggers? I'd like to see some improvements to php-debug and I'm wondering if it's worth starting contributing to it or if we'll get a more "official" atom-backed solution in the future that we'd migrate to later anyway?

@nsrosenqvist the most likely API for this would be the VS debug protocol (as an analog to the LSP, which is also from VSCode). This is the direction that we're taking for the Nuclide debugger, at least. (cc @mostafaeweda)

https://github.com/Microsoft/vscode-debugadapter-node

@hansonw thanks! Didn't know there was a debugger equivalent, I'll start looking into it!

I have noticed two commits ad369bfe01c2c28382e4cf2ebeff6c751f88c1cc and 67b0ecdbc6d88ca58b165aa8780057600e3a635a. Is this finally coming to atom-ide-ui? When is this planned to be published and how does a atom debugger plugin use it (documentation)? Can't wait for it 馃榿

Yup @mostafaeweda is working on bringing this in. There will be more documentation about it once it stabilizes :P

It's coming!
More discussion will follow on #196

I just finished v1 of atom-ide-debugger as part of https://ide.atom.io/ with some debuggers initially supported:

There will be more debugger backends coming + third party debuggers can be easily integrated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

niccolomineo picture niccolomineo  路  6Comments

TeeSeal picture TeeSeal  路  5Comments

Arcanemagus picture Arcanemagus  路  4Comments

envygeeks picture envygeeks  路  6Comments

mehcode picture mehcode  路  6Comments