0
0

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 1 year has passed since last update.

Apex replay debuggerでThe log must be generated with log categories Apex code at the FINEST level and Visualforce at the FINER level.とエラーが出る場合

Last updated at Posted at 2022-08-10

現象

VSCodeからSFDX: Launch Apex Replay Debugger with Current Fileを行うと下記エラーが発生する場合の対処法

image.png

背景

SalesforceのDEBUG LOG設定は下記になっているのに。。
image.png

解決法

デバッグを行いたい、logファイルの一行目を確認する。

55.0 APEX_CODE,FINEST;APEX_PROFILING,INFO;CALLOUT,INFO;DB,INFO;NBA,INFO;SYSTEM,DEBUG;VALIDATION,INFO;VISUALFORCE,INFO;WAVE,INFO;WORKFLOW,INFO

VISUALFORCE,INFOVISUALFORCE,FINERに変更するだけ。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?