2017-01-31 11 views
0
중단

에서 실행되지 그리고 내가 vagrant에서 일하고 있어요, python -m ipdb manage.py runserver 192.168.33.11:8080 내 서버를 시작하고있다.ipdb 디버그는 <code>ipdb</code> 내가 서버를 시작할 때마다, 내 중단 점 <code>restapi/views.py</code> 내부 설정 <code>manage.py</code>를 입력 왜 내가 이해할 수없는

내 서버

> /home/vagrant/vincluos/VincluCMSProject/manage.py(2)<module>() 
     1 #!/usr/bin/env python 
----> 2 import os 
     3 import sys 

ipdb> 

어떻게 그게 내 중단 점을 인식하지 못하는 ipdb 올 시작할 때이 내 ipdb 로그입니까?

답변

0

python -m ipdb manage.py runserver ipaddress

대신 표준 python manage.py runserver ipaddress을 실행하여이 문제를 정렬 할 수있었습니다.