Hi! Is it possible to debug and step code of a suitelet in WebStorm? Already before starting debug WebStorm tells me "cannot resolve symbol" for the Netsuite modules in my define statement. And if I actually run/debug my code it stops on the define statement - saying "define is not defined". Any advice is appreciated!
This is what the start of my suitelet looks like in WebStorm:
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
*/
define(['N/search', "N/ui/serverWidget","N/record", "N/log"], function(search, ui, record, log) {