Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Debugger/Multi-process    [ Add a report in this area ]  
Report #:  17778   Status: Closed
(Pulled) Running a second application while the first is being debugged causes the IDE to hang.
Project:  Delphi Build #:  9.0.1761.24408
Version:    9.0 Submitted By:   John Kaster
Report Type:  Crash / Data loss / Total failure Date Reported:  12/20/2004 12:00:00 AM
Severity:    Critical / Show Stopper Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   218609
Resolution: Fixed (Resolution Comments) Resolved in Build: : 10.0.2098.14501
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Running a second application while the first is being debugged causes the IDE to hang.

Steps to Reproduce:
1) File | New | Win Form Application
2) Add new project | Delphi .Net Console app
3) in second project, code :
  writeln('test');
  readln;
4) Run second project
5) (without close second project) in PM, active the First Project
6) click Run button
---------------------------
Information
---------------------------
This project cannot be compiled while another process is being debugged.  Use Project|Compile all projects to make sure all projects are compiled before debugging multiple processes.  Continue and reset all processes?
---------------------------
OK   Cancel  
---------------------------

7. click OK
8. reset the running first application
9. Activate second project in PM
10. run second project
11. (without reset second project) Activate first project
12. run first project

//expect: Message box pop up as Step6
// result : First Project trying to start, and IDE hang up
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01