CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

Strange debug behaviour on a freach install #398

Closed lalebarde closed 1 year ago

lalebarde commented 1 year ago

I have reinstalled cq-editor from scratch in a new conda environment:

mamba create -n cq python=3.11 pip
conda activate cq
mamba  install -c conda-forge -c cadquery cadquery=master # certainement inutile car dépendance de cq-editor
mamba  install -c conda-forge -c cadquery cq-editor=master

Note : mamba is fully compatible with conda, it is a rewrite in C far much faster.

The installed version is: 0.3.0dev The debuging feature of cq-editor behave strangely:

It is like it keeps in memory some old versions of the code. If I close cq-editor and run it again, it works again as expected. After some use and code modifications, problems come back.

lalebarde commented 1 year ago

Hi Adam, how can I test it please, I tried mamba install -c conda-forge -c cadquery cq-editor=debugger-ix without success.

adam-urbanczyk commented 1 year ago

I merged the PR, you should be able to install via mamba (version is master and build string is 0.2_54_g2a9a02a).