3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Unity] VSCodeでのDebug時にErrorが発生する場合

Posted at

はじめに

Unity開発でVSCodeを使用している場合、Debugger for UnityのVersionが合わないとErrorが発生することがあったので記載する。おそらく、UnityバージョンとDebuggerの相性が関係している。
エラー内容: error while processing request 'stackTrace' (exception: This request is not supported by the protocol version implemented by the debuggee.)

解決方法

Debugger for UnityのVersionを最新に更新したばかりだった。
Unity2018.4系でDebugger for Unity3.0.2にした場合に発生したので、これを2.7.3まで落としてみると解決した。
スクリーンショット 2021-02-02 12.47.26.png
スクリーンショット 2021-02-02 12.48.07.png
Versionを選択して再読み込みする。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?