R3D9477
R3D9477
@RobDangerous think, it is needed much more work and tests, but it led to progress in this question :)
Did somebody have success with more older hxcpp-debugger (from branch protocol_v1.1) and KodeStudio (as I see, KodeStudio used this version of hxcpp-debugger)?
It is would be cool, to include into the KodeStudio. But still several troubles with hxcpp-debugger and Kha (clean HXCPP-projects haven't these troubles with debugger): 1) Window of the debuggable...
breakpoints works with only with startStopped=true so, debugger freezes on [Kha/Backends/Kore/kha/SystemImpl.hx:113](https://github.com/Kode/Kha/blob/6a296fba180540934f912b68a3e9626a3ad72dd0/Backends/Kore/kha/SystemImpl.hx#L113) `untyped __cpp__('post_kore_init()');` ------------ UPD: workaround: just needed to change this line to ``` #if !(debug && cpp) untyped __cpp__('post_kore_init()');...
@yglukhov Hi. Is there still no examples/docs for this engine?
@lhs472194266 thanks for hint! I have one more question: how I can to add rows to existing table? in older version of WN client was item of menu "Add row",...
@lhs472194266 not, it is Linux Mint 18.3 x64 and WizNote 2.6.6
@lhs472194266 ok, which version of desktop client you can recomend?
@lhs472194266 ok, thanks for your help!
for Kha image must be called without extension: `` (correct) instead of `` (not correct)