Re: [Qt-creator] Any plans to support python debugging?

2023-01-30 Thread André Hartmann
Hi Alexandru, thanks for the link to the report, I'll watch it. I currently have no mixed mode debugging requirement, but that might change in future. Thanks and regards, André Am 30.01.23 um 13:27 schrieb Alexandru Croitor: Hi, I think this bug report is related to mixed mode debugging.

Re: [Qt-creator] Any plans to support python debugging?

2023-01-30 Thread Alexandru Croitor via Qt-creator
Hi, I think this bug report is related to mixed mode debugging. https://bugreports.qt.io/browse/QTCREATORBUG-27215 > On 30. Jan 2023, at 13:19, Christian Stenger via Qt-creator > wrote: > > Hi Andre, > > If you're talking about debugging pure Python QC should just work. > If you mean

[Qt-creator] Any plans to support python debugging?

2023-01-30 Thread André Hartmann
Hi Creator developers and users, when I see my colleagues installing vscode just to debug python, I wonder if Creator couldn't do that too? We already have good Python support with the language server, Qt itself has Python bindings and Creators debugger interface uses Python dumpers, so my

Re: [Qt-creator] Any plans to support python debugging?

2023-01-30 Thread André Hartmann
Hi Christian, indeed it works. One requirement seems to be a .pyproject file [1], containing your Python file. Then you get a debug and a run button. Very nice! My breakpoint was ignored first and the app stopped at the first line, but I then could run until the breakpoint. I could inspect the

Re: [Qt-creator] Any plans to support python debugging?

2023-01-30 Thread Christian Stenger via Qt-creator
Hi Andre, If you're talking about debugging pure Python QC should just work. If you mean debugging an application that is based on C++ and may end up inside Python code this is not possible at the current state. IIRC we had some discussion some time ago, but so far we had not the time to have