CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Posts
    1,030

    dbgpSocket: error: unable to connect to remote host?

    Actually I tried to use dbgpavim to debug a python program on linux. So I typed in sudo ./pydbgp -d 127.0.0.1:9009 ~/myProjectj/main.py on linux but I got an error message "dbgpSocket: error: unable to connect to remote host at 127.0.0.1:9009". Here pydbgp is installed in current directory and main.py is my python program. I also entered "let gbgPavimPort = 9009" and "let gbgPavimBreakAtEntry = 0" in file ~/.vimrc. Does any python guru know what might be the problem? Thank you very much!

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: dbgpSocket: error: unable to connect to remote host?

    Did you try to ask Google about this problem?
    https://www.google.ch/search?q=dbgpS...m=122&ie=UTF-8
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2005
    Posts
    1,030

    Re: dbgpSocket: error: unable to connect to remote host?

    Quote Originally Posted by VictorN View Post
    Did you try to ask Google about this problem?
    https://www.google.ch/search?q=dbgpS...m=122&ie=UTF-8
    Yes, I searched on google but no luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured