question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How does Browser Picker add arguments ?

See original GitHub issue

I’m using it to send a youtube url to a media player(potplayer)

It works fine if there’s no argument. But it misbehaves if I add the /add argument in browserpicker to add the url to the playlist.

I can open a url in potplayer fine with this command:

potplayermini64 {youtube url} /add

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mortenncommented, Oct 21, 2022

There is not a debug mode in the app as such, but if you really want to debug it, you could grab visual studio community edition from Microsoft and download the source code. Right clicking the app project you can go into properties and set the command line arguments to a url to test with and then hit F5 to launch it in debug mode.

I’ll refrain from writing an entire howto debug .net apps in visual studio in this issue though 😃 I am sure there are plenty of good intros on youtube if you want a crash course.

Whatever may be going on though, it seems clear that we should extend the advanced settings to enable greater control over the executed command line.

0reactions
rp1231commented, Oct 21, 2022

Thanks for the detailed reply. I was asking just in case something like this was already implemented so I could try and see if I could decipher something from it. Not really a programmer, so the visual studio thing would be a little too advanced for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

google apps script - How to pass a parameter to Picker API?
Hi, Thank you for your reply. Here you have the codes: 1) Showing Picker (this code works): function showPicker() { var html =...
Read more >
How can I run an application with command line arguments ...
app itself: Right click .app bundle, select "Show Package Contents", navigate to Info.plist, double click it, find Args key, edit.
Read more >
How to create Windows shortcuts with parameters
To do that, right-click or press and hold the shortcut and select ... The shortcut's Properties window is where you can add arguments...
Read more >
The arguments object - JavaScript - MDN Web Docs - Mozilla
The arguments object is a local variable available within all non-arrow functions. You can refer to a function's arguments inside that ...
Read more >
microsoft/playwright - [Feature] pass args to new context
Creating a new Context will ignore the args passed to the browser, this makes it impossible to create Contexts with the desired flags...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found