Closed jeethesh-pai closed 1 year ago
Hi Jeethesh!
You can pass multiple values in args by separating the values using a ";" which means it would look something like
"args": [
"--loadEngine=/workspaces/debugEngine.engine;--plugins=NVIDIA_AI_IOT/tensorrt_plugin_generator/plugin_codes/MsdeformattentionpluginIPluginV2DynamicExt/libMsdeformattentionpluginIPluginV2DynamicExt_debug.so"
]
Hope this helps!
Thanks this works
I am trying to launch a cuda debugger in VSCode
Unfortunately, args variables are parsed as single line not as multiple arguments. How can I proceed with this issue.
Thanks and regards Jeethesh