Re: Windows dev environment

2020-08-16 Thread Vasily Galkin via meld-list
Hello. I've some limited experience in debugging some meld problems. I found that there is a some share of bugs where interactive debugging wasn't useful for investigating problem. This includes: - Problems depenedent on stratup method/environment. For example some problems were specific to

Re: Windows dev environment

2020-08-16 Thread Adam Antium via meld-list
Ok, great, thanks for the suggestions, I will try a few things out and see how it goes. Regards, Adam On Sun, Aug 16, 2020 at 8:34 PM Vasily Galkin wrote: > Unforunately my python experience is quite limited. > I performed bug-fixing in existing python code and created single-file > python

Re: Windows dev environment

2020-08-16 Thread Adam Antium via meld-list
Thanks for the interesting replies @Vasily Galkin and @Kai . Perhaps then I should ask the wider question, what tools are you using on whichever platform you prefer? And are you using any debugging tools at all for any type of bug, or just following the method described by @Vasily Galkin for

Re:Windows dev environment

2020-08-16 Thread Vasily Galkin via meld-list
Unforunately my python experience is quite limited. I performed bug-fixing in existing python code and created single-file python scripts from scratch. I never created more-than-one-file python appliation from scratch. So the description below can't be treated as general-purpose guide to