Cloud9 debugger setBreakpoint error

0

Hi,

I am trying to debug a python file on cloud9. However i got the following setBreakpoint error


[IKP3db-g] 22:21:38,811879 - INFO - IKP3db 1.4.1 - Inouk Python Debugger for CPython 3.6+
[IKP3db-g] 22:21:38,814775 - INFO - IKP3db listening on 127.0.0.1:15471
[IKP3db-g] 22:21:39,086305 - INFO - Connected with 127.0.0.1:56936
[IKP3db-g] 22:21:39,231887 - ERROR - setBreakpoint error: Line /.aws/config.py:3 does not exist.

any suggestion will be appreciated

Nigel
질문됨 7달 전184회 조회
1개 답변
0

I tried doing this with a sample python script and it worked for me. I just had to first make sure that I have saved the code file, and second I have selected the "Run in Debug Mode".

Sample script I used

string1 = "Linux"
string2 = "Hint"
joined_string = string1 + string2
print(joined_string)

Refer screenshot highlighting this and showing the debug is working. sample

Try using this simple script to check if debug function is working fine. If it doesn't then it could mean some issue and needs further investigation.

profile pictureAWS
답변함 7달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠