Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Debugger/Remote Debugging    [ Add a report in this area ]  
Report #:  58115   Status: Reported
Remote debugger
Project:  Delphi Build #:  10.0.2151.25345
Version:    10.0 Submitted By:   Lukas Skala
Report Type:  Crash / Data loss / Total failure Date Reported:  2/12/2008 12:26:59 AM
Severity:    Critical / Show Stopper Last Updated: 10/16/2008 7:47:50 AM
Platform:    All versions Internal Tracking #:  
Resolution: None  Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: 1
Description
It is not possible to connect to remote debugger (remote pc running remote debugger).
Steps to Reproduce:

1) copy all* required DLL and rmtdb100.exe on remote machine
(
bccide.dll
bordbk100.dll
bordbk100N.dll
comp32x.dll
dbkpro100.dll
DCC100.DLL
DCC100IL.DLL
Borland.dbkasp.dll <--* we haven't this dll
)

2) register dll using regsvr32.exe on remote machine a do restart

3) run rmtdb100.exe

4) run delphi 2006

5) choose Run - Attach to process - enter remote pc name (or IP address) and pres refresh button

6) delphi will show message:

  "Debugger Assertion Failure: "GetLastError() == WSAEINTR in ..\Win32src\wmcipc.cpp at line 281 Continue execution?"
Message box title caption: bds.exe - bodbk100.dll
Maessage box has only OK button. After pressing OK button Delphi will imediately crash and remote debuger on remote pc is stopped too.

We have tested it on bds2006 and bds2006 with update pack - same error.

rmdtdb100.exe tested on win2k (czech version) and winxp (english version). delphi 2006 always on winxp (czech version).
Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01