Skip to content

请问有人试过visual studio远程调试吗?(remote debugger) #4791

Open
@860git

Description

@860git

Bug Description

跨公网,部署文件可以,但是无法调试程序,提示:
Unable to start debugging.
The Visual Studio 2022 Remote Debugger (MSVSMON.EXE) does not appear to be running on the remote computer. This may be because a firewall is preventing communication to the remote computer. Please see Help for assistance on configuring remote debugging.

frpc Version

frp_0.62.0_windows_amd64

frps Version

frp_0.62.0_windows_amd64

System Architecture

windows/amd64

Configurations

server:
bindPort = 8001


client:
serverAddr = "x.x.x.x"
serverPort = 8001

[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 4026
remotePort = 8002

Logs

No response

Steps to reproduce

  1. run frps.exe -c frps.toml on vps
  2. run frpc.exe -c frpc.toml on custom pc
  3. run remote debugger on custom pc
  4. start debugging on dev pc
    ...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions