What happened when running beego, using goland's debugger to report that the view file could not be found?

clipboard.png

the figure above shows the error report after running main.go in debugger mode and then requesting it

if you directly use go run or bee run without using debugger, you can find the corresponding file

normally.

is there anything else you need to set up in debugger?

Feb.11,2022

set the working directory.

clipboard.png

Menu