Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

77
Views
Is it possible to debug plv8 script direct from IntelIJ IDEA?

IntelliJ IDEA 2022.1.3 (Community Edition)

PostgreSQL 9.6

In my java project I use plv8 scripts.

Example:

var oids_per_vlan_json = JSON.parse(oids_per_vlan);

var table_name = plv8.execute("SELECT get_temp_table_name() as name")[0].name; 
plv8.elog(NOTICE, " Temp table name: " + table_name);
plv8.execute("DROP TABLE IF EXISTS " + table_name);

As you can see to see what happend in the scripts I use plv8.elog.

OK. It's work, but ... it's not very comfortable.

Is it possible to use debug in plv8 scripts?
I mean with breakpoints, Step-Into, Step-Out and so on?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!