mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 22:00:18 +02:00
debugger: fixed running debuggee running without command line parameters after running it with command line parameters (bug #9861)
git-svn-id: trunk@12343 -
This commit is contained in:
parent
d3a617083b
commit
7be2b96bc1
@ -2170,8 +2170,9 @@ begin
|
||||
// then the rtl is compiled with regcalls
|
||||
RetrieveRegCall;
|
||||
|
||||
if Arguments <>''
|
||||
then ExecuteCommand('-exec-arguments %s', [Arguments], [cfIgnoreError]);
|
||||
// also call execute -exec-arguments if there are no arguments in this run
|
||||
// so the possible arguments of a previous run are cleared
|
||||
ExecuteCommand('-exec-arguments %s', [Arguments], [cfIgnoreError]);
|
||||
|
||||
if tfHasSymbols in FTargetFlags
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user