Cirn09 / idavscode

Debug IDAPython in VSCode
MIT License
19 stars 4 forks source link

Install error #3

Closed GeT1t closed 1 year ago

GeT1t commented 1 year ago
Traceback (most recent call last):
  File "C:\Program Files\IDA\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript
    exec(code, g)
  File "C:/Program Files/IDA/plugins/idavsc.py", line 4, in <module>
    from dbg_server import Config, Server, DebugServerCannotStopError
  File "C:/Program Files/IDA/plugins\dbg_server\__init__.py", line 3, in <module>
    from .server import Server, DebugServerCannotStopError
  File "C:/Program Files/IDA/plugins\dbg_server\server.py", line 38
    match msg['type']:
            ^
SyntaxError: invalid syntax
Cirn09 commented 1 year ago

Python >= 3.10