Skip to Main Content

Containers, Cloud Native & Kubernetes

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Connecting VS Code to OKE app for ODA Custom Code debugging

Alvaro CoutoSep 22 2023

Hi All,

Any documentation on how to connect VS Code to OKE application so that can debug and ODA custom code locally?

I know we can accomplish that via this documentation:
https://docs.oracle.com/en/cloud/paas/digital-assistant/tutorial-cc-debug/index.html#before_you_begin

However, tunneling was not approved in our organization.

We were able to connect ODA to OKE. Everything is working like a charm. But now, I need to connect VS Code to OKE in order to

We found this one but it is using MiniCube - However this connect to local Cluster, instead of OKE.
https://maksimrv.medium.com/vs-code-debug-node-js-app-in-kubernetes-b8702aaab529

I am trying to figure out which VS extensions I will need to install: OCI DevOPs tools or Kubernetes? OCI ToolKit for VS Code?

Any ideas would be much appreciated.

Thank you,

Alvaro Couto

Comments

InoL Apr 29 2024

How doc gen treats nulls values?

You have to be more specific. Are your referring to the pre-built Document Generator function?

If so:

When my query return null in some columns

What is the JSON that is generated?

You should always include the element in the JSON, with an empty value. Don't leave it out.

Francois Robert-Oracle Jan 8 2025 — edited on Jan 8 2025

Since September 2024, when a tag has no corresponding value in the JSON data or the value is null, the tag is replaced by an empty string.

See the September Release Notes

1 - 2

Post Details

Added on Sep 22 2023
4 comments
307 views