I was trying to use remote debug on my code, I set up the remote interpreter and it works, I set a breakpoint on a function and it stops there:
predictions = self.box_predictor(att_feats)
But when I was trying step into this function, Pycharm raises
Couldn't apply path mapping to the remote file
The full output is as the screen shot
I tried the suggested ways but not work, could someone help?
