-
Notifications
You must be signed in to change notification settings - Fork 57
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
Debugging project in SAP Business Application Studio #990
Comments
here is the documentation that might help. Best regards, Junjie |
Hello @jjtang1985 , Thanks so much for your quick response and the documentation. I tried the Do you happen to know if the dev space from BAS has anything to do with this? Should I have one particular type of dev space? Or if I need any type of extension? I appreciate the support, |
I forwarded your question to my sdk colleagues. Here is the support platform of BAS and the homepage. Best regards, |
Hello @jjtang1985 , Thanks for your response! I will close the issue and address it on BAS support! Kind regards, |
Hello @stefania-santimbrean, I had also a quick look and since it is working in VSC it must be some difference in the BAS which is based on eclipse theia which is like the open source variant of VSC. I found also some issue in their repo: eclipse-theia/theia#8930 regarding the
Best P.S.: From the BAS docu the dev space should be no problem. It is even listed at |
Hello,
I created an app using
sap-cloud-sdk init
and developed it using Visual Studio Code. During the development I debugged the app by using the JavaScript Debug Terminal available in VSCode.I am currently exploring running the app in Business Application Studio. Running it normally in a Terminal with
npm run start:dev
works fine in BAS. I haven't found a JavaScript Debug Terminal available, so I tried to configure alaunch.json
file.In VSCode the following debugging configuration works perfectly, but in BAS it gets stuck in the preLaunchTask:
So my first question is if you recommend a different way of debugging using launch.json file? And my second one is if projects generated with sap-cloud-sdk are compatible with Business Application Studio?
If you can point me to some examples/documentation on this topic, it would be greatly appreciated also.
Thank you,
Stefania
The text was updated successfully, but these errors were encountered: