-
-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Title sums it up. I'm attempting to debug the project's model loading function, and it seems that debugger never stops the code at any point.
For example, here is an attempt to try stopping the application whenever the endpoint /api/load_model gets triggered.
As you can see, model clearly started to load after the button was pressed. The API endpoint was called for certain - even the browser has it logged.
The code that MUST be hit in order to load a model (models.py's load_model(data)) has a breakpoint set.
However, while taking a look at the debugger window, there is no trace of it, or even a pause. More concerningly...
It seems even the parameter verbose is ignored, as there is no sign that the API endpoint is working well.
Is there something obviously missing in the config? Are there steps one must follow for the debugger to work properly with the project? Apologies for the inconvenience.




