Skip to content

GuillaumeCisco/jetbrains-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetbrains Pycharm fail debugger

This project show a way to see the debugger of pycharm not behaving correctly from 2019.2 versions.

Simply put some breakpoints in the apps.py file on the print calls. And launch the server in debug mode.

Debugger will work correctly with versions before 2019.2, but with above it will fail.

The main reason is about this line:
manager.start()

A multiprocessing.managers is started, making the debugger failing :/

I'm so stuck with pycharm 1.4...

Install:

$> pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages