Search found 3 matches

by rangel
Thu Nov 24, 2016 2:20 pm
Forum: Common questions
Topic: Run-time debugger in Blackbox Component Builder
Replies: 29
Views: 34805

Re: Run-time debugger in Blackbox Component Builder

X512 wrote:There is debugger DevRemDebug, that supports breakpoints and step by step execution.
Thanks for the answer X512.

I searched for this debugger, but could not find it online. Could you, please, provide a link or reference?

Thanks!
by rangel
Mon Nov 21, 2016 10:43 pm
Forum: Common questions
Topic: Run-time debugger in Blackbox Component Builder
Replies: 29
Views: 34805

Re: Run-time debugger in Blackbox Component Builder

Thanks for the prompt answer, Ivan. Upon your suggestion, I have tested the HALT(0). It should work for what I need. Is there a way to proceed with code execution after the halt command? On a following question... As I understand how BlackBox works, every time I change the code of a module, I must r...
by rangel
Mon Nov 21, 2016 3:05 pm
Forum: Common questions
Topic: Run-time debugger in Blackbox Component Builder
Replies: 29
Views: 34805

Run-time debugger in Blackbox Component Builder

I am new to BlackBox Component Builder (http://blackboxframework.org/). I am experienced in Pascal, Delphi, C, C++... but I am currently in the processes of understanding the differences between these "standard" languages and Component Pascal. Tutorials are being very helpful. One question...