This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248688

Summary: Properties run configuration PROJECT URL history
Product: php Reporter: petronel
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Add dropDown and maybe a description

Description petronel 2014-11-17 11:40:53 UTC
Properties run configuration PROJECT URL history should provide a drop down with history for already debbugged url's as in time the tasks and errors are repeating and we often need to store the url we debug in a outside file because this
Comment 1 Tomas Mysik 2015-04-24 05:33:22 UTC
Could you please attach screenshot of the dialog you are talking about?

Simply reopen this issue, thanks.
Comment 2 petronel 2015-04-28 07:28:47 UTC
Created attachment 153427 [details]
Add dropDown and maybe a description

it would be usefull in large projects to have some drop down there in debug area
with urls:

http://urlToDebug1/index.php
(some hint bellow to be able to put like the request to search products for example)
parmeters=11&par2=2&p3=3


http://urlToDebug2/index.php
(some hint bellow to be able to put like the request to search products for example)
parmeters=11&par2=2&p3=3

...


http://urlToDebugn/index.php
(some hint bellow to be able to put like the request to search products for example)
parmeters=11&par2=2&p3=3
Comment 3 Tomas Mysik 2015-04-28 09:02:42 UTC
Simply create more Run Configurations and switch among them directly in the main menu toolbar.

Thanks for reporting.