neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
221 stars 56 forks source link

debugging cypher queries #32

Closed yauscher closed 7 years ago

yauscher commented 7 years ago

If i want to debug a query, i usually go to the .cypher file, replace a "with" token with "return" and comment out all the rest of the query. It would be very useful if i could simply put a breakpoint in a line containing a "with" token.

is that possible?

FylmTM commented 7 years ago

Hi @yauscher,

Thanks for feedback. That's quite interesting feature. We will put it in our trello board.

However I believe that in short term this will not be implemented, because we are working on other areas.

As soon as we will get to a quality of life improvements - we will get back on this.