cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Debug with extensions

AminAlmarsafy
Explorer
0 Kudos

I am trying to debug my MDK app using the VSCode Extension on a mac (iOS Simulator)

But my app is using a couple of extensions and specifically pdfmake is the one I need to debug.

I followed a few blogs and the SAP help page for debugging and I am unable to go through MDK: bundle build

as I get.

When I build the client I get similar errors then I go into the client directory and run npm I pdf make then ns prepare ios and that gets the xcode project working.

but I am not sure how to get around this for Debugging using VSCode.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you are trying to bundle from VSCode you will need to make sure you define those as externals. Go to Settings > Mdk: Bundler Externals and click the Edit in settings.json. This will open the settings.json and you can add the necessary externals and try your bundle again.

Answers (0)