[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #14 from garli...@outlook.com --- (In reply to JATothrim from comment #13) > Thanks for the very nice bug report. :) > > The kdev-python's debugger is unfortunately quite broken, due to the > in-band-communication not working well... So, un

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-26 Thread JATothrim
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #13 from JATothrim --- Thanks for the very nice bug report. :) The kdev-python's debugger is unfortunately quite broken, due to the in-band-communication not working well... So, until the debugger is resurrected, don't expect much. :-( E.

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #12 from garli...@outlook.com --- Additional info: I also tried installing Debian 12 in a virtual machine (clean install) and installed kdevelop-python with the same results. kdevelop-python is from Debian's package repositories (the one that

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-22 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #11 from Sven Brauch --- Hi, thanks for this very detailed report. I've added the developer who has recently been working on the debugger to the CC list of this bug, maybe he knows something about this. -- You are receiving this mail becau

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-22 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=426866 Sven Brauch changed: What|Removed |Added CC||jarmo.tii...@gmail.com -- You are receiving this

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #10 from garli...@outlook.com --- I've recorded a YouTube video which explains the issue in detail: https://youtu.be/VtxcojrpTwk Thank you! -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #9 from garli...@outlook.com --- Here's how I can reproduce it. Save two Python files. 'start_here.py' and 'second_file.py'. start_here.py from second_file import Greet g = Greet("John") g.say_hi() second_file class Greet:

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 garli...@outlook.com changed: What|Removed |Added Ever confirmed|0 |1 Resolution|NOT A BUG

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #8 from garli...@outlook.com --- Comment on attachment 170782 --> https://bugs.kde.org/attachment.cgi?id=170782 debugger_utils not defined Hello, I'm experiencing the same error, although I'm not using an AppImage, but the kdev-python pack

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2024-06-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426866 garli...@outlook.com changed: What|Removed |Added CC||garli...@outlook.com --- Comment #7 from

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2020-09-29 Thread Gaël de Chalendar
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #6 from Gaël de Chalendar (aka Kleag) --- In fact, running and debugging both work with the correct setting. After setting the full path to my virtual env python interpreter in the "Configure project" dialog, I tried to run and debug while

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2020-09-24 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #5 from Sven Brauch --- Does it work in "Run" mode? It's possible that the configured path is not used in "Debug" mode :/ The debugger is quite the stepchild of the whole thing ... -- You are receiving this mail because: You are watching a

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2020-09-24 Thread Gaël de Chalendar
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #4 from Gaël de Chalendar (aka Kleag) --- Well, I can accept that even if it seems natural for me to start my ide from a fully configured environment for the project. But in this case, there should be detection of the problem and a explicit

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2020-09-22 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=426866 --- Comment #3 from Sven Brauch --- Hm, can you make python inside a venv import modules from outside that venv? Isn't part of the idea that this is not possible? ;) That is what we would need, I think. Either way, I'm not sure I agree that this shoul

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2020-09-22 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=426866 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk --- Comment #2 from Francis Her

[kdev-python] [Bug 426866] Cannot use variable browser in debugger

2020-09-22 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=426866 Sven Brauch changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---