February 03, 2017
On Monday, 30 January 2017 at 23:32:12 UTC, dminded wrote:
> Ok, the debugger also works if i write a bit more then just a 'writeln' into main.
>
> How can i set breakpoints? If i click on the left side of a row, a little red dot appears. But the debugger seems to ignore it and instead every statement is a breakpoint. I also can not find a "step out of function" button.

I was writing the manual page for the debugger then I remembered your Q. I bet that you used to wrong toolbar icon.

▷: is for resuming (e.g until next breakpoint/watchpoint/signal)
↓: is for stepping.

(http://bbasile.github.io/Coedit/widgets_gdb_commander)

If you stepped it's normal that it broke at each line ;]
February 10, 2017
On Friday, 27 January 2017 at 04:48:56 UTC, Basile B. wrote:
> This would probably have been a RC or even the final version if I hadn't to wait for the development platform I use to reach its next milestone, which may not happen before the next spring, so another beta is worth.
>
> All important information, links and other downloads are here:
> https://github.com/BBasile/Coedit/releases/tag/3_beta_3
>
> You can report any problem here:
> https://github.com/BBasile/Coedit/issues
>
> If you have questions, exactly today, I'll probably be there:
> irc://irc.freenode.net/d as "DotBatch"

Yet another update...should be of interest for those who tried D for the first time, using CE and experienced a crash

https://www.reddit.com/r/d_language/comments/5t5oum/d_ide_coedit_version_3_beta_4/
1 2
Next ›   Last »