-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode调试配置可以具体些吗,官方文档的介绍太少了 #48
Comments
按照这篇文章的配置<使用VsCode调试UE5的PuerTs>https://www.cnblogs.com/1eon/p/16851750.html |
这篇文章也看过了: Puerts Inspector指南(一)在UE4和Unity里调试Javascript |
你试试降下vscode版本。 |
试过1.70.2, 1.82.3都不行,表现上还是能显示log,不能断点 |
貌似是vscode插件的问题,如果是插件问题,vscode版本改变也解决不了。 |
这个插件试了0.04,0.05,0.06都不行 |
1.要安装哪些插件
2.要配置哪些json文件
3.要配置ts-node或者V8吗
4.//GameScript = MakeSharedpuerts::FJsEnv(std::make_uniquepuerts::DefaultJSModuleLoader(TEXT("JavaScript")), std::make_sharedpuerts::FDefaultLogger(), 8080);
这行代码需要取消注释吗,端口8080需要在vscode中哪里进行配置吗
The text was updated successfully, but these errors were encountered: