JuliaEditorSupport / JuliaDT

Julia Development Toolkit for Eclipse
Other
28 stars 7 forks source link

Debugging engine not selected #3

Closed olegmikul closed 8 years ago

olegmikul commented 8 years ago

Eclipse with JDT starts fine. Highlighting is fine. Run is ok - it is running, but I can't see outputs in a console. However, I can't start debugging: it shows "Debugging engines not installed or not selected." "Debugging engine not selected". How to select debugging engine?

olegmikul commented 8 years ago

Updates: In running mode the console shows outputs if uses 'println' command. So it is ok. I have upgraded maven to the latest version and made fresh re-compiling. Still the same error with debugging engine.

snefru commented 8 years ago

Thanks for the feedback.

The Debugger is one of the major features on the roadmap and will be available soon although not in the next few weeks. The current deployment is an alpha release. We're in the process of organising the repository and we will be publishing updates on plans, progress and proposals.

Hope this answers your question, please keep us posted on any issues.

olegmikul commented 8 years ago

Thank you, understood.

Looking forward for next releases.

ViralBShah commented 8 years ago

Also depends on the Julia debugger getting ready, which is expected in the next julia release.

olegmikul commented 8 years ago

Next release - you mean 0.4.x or 0.5 ?

Meanwhile I am using current eclipse JDT alpha in editor / console mode and it already has some value to work in that environment.

ViralBShah commented 8 years ago

It will be 0.5. We do expect to have repl integration though, for interactive use.