-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support open devtools on app had been builded #1523
Comments
Compile with |
this working, thx |
I'm using this on Windows and when I add -debug it allows me to open devtools but it also opens a command window. Is there an option to disable the command window and only allow opening devtools? |
No I don't think so |
Great command! :-) |
I need this too. :( The console window is useless and in the way, but the inspector is crucial for troubleshooting in new apps. |
|
I understand, but it also opens a console window. I want the inspector to be accessible by default, but I do not want a console window. |
Same here, It would be useful to enable the devtools without the console window, it's not acceptable to publish the application with the console window. it would be nice to have a separate |
Do you know if that's even possible? |
It should be possible. I don't think the console window and blocking context menus are directly related. Are they? I'm familiar with the Windows console window. Newer versions of Windows use a "Terminal" window, and it has new problems with Go apps. The age old Conversely, I have no idea how you're turning off right click on the Windows. I use javascript if I need that feature.
|
I'm working on a PR right now, you'll be able to do |
PR: #2725, tests needed on |
I'll do some testing on macOS; can't do much with Linux though. |
@davidnewhall That's perfect, please follow the test cases and report your results in the PR thread. |
Is your feature request related to a problem? Please describe.
when app have been builded , open the app,sometimes need to open devtools to debug error.
Describe the solution you'd like
need a method to open devtools
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: