Are the .pdb files present?
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
As SY01 problems go
Collapse
X
-
-
Originally posted by suityou01 View PostSo I should ask the vendor for access to their code repository and fix it myself?Coffee's for closersComment
-
Originally posted by DimPrawn View PostAre the .pdb files present?
Specifically what I have tracked down by decompiling the vendors product is that it uses CodeDomProvider to launch a remote debugging session. It could specify the target but it doesn't. Appalling code.
So what happens is that, when it stops working it tries to launch the 64bit csc.exe in a 32bit shell. And boom. But silent boom.
Took quite a bit of digging to find that little nugget.Knock first as I might be balancing my chakras.Comment
-
Originally posted by Spacecadet View PostYou should do what is required to accomplish the task the client has asked you to complete if that means debugging without breakpoints then that is what you have to do.
a) It makes the task infinately harder, because of where the code is excuted from within the tool.
b) It will take longer so all deadlines will now be missed by some chalk.
You're not helping BTW. #justsayinKnock first as I might be balancing my chakras.Comment
-
You can't (remote) debug a 64 bit .NET assembly using a 32 bit dev machine either. Both need to be 64 bit OS.
HTH BIDIComment
-
Originally posted by suityou01 View PostNot with this tool I'm afraid. Dumping out to text file is about the best I can achieve. Bluddy annoying.Comment
-
Originally posted by aussielong View PostGenerally, break your code down to bits you can unit test in isolation outside of the vendor container. Follow that and you shouldn't need to do breakpoint debugging in the container.
For instance, the screen uses a grid component written by the vendor. My code populates a dataset, which the grid retrieves by inversion of control. So the only way to catch it "il flagranti" and see what the grid component is up to is with the debugger.
I'm probably not explaining it very well, but trust me not having the debugger is a serious handicap.Knock first as I might be balancing my chakras.Comment
-
Document each problem with possible solutions and timescales.
Let the client manager decide how they want to handle this.Comment
-
Originally posted by DimPrawn View PostYou can't (remote) debug a 64 bit .NET assembly using a 32 bit dev machine either. Both need to be 64 bit OS.
HTH BIDI
When it works, it (windows) provides the correct version of CSC.exe to the tool, and it compiles the injected classes and generates the pdbs.
When it stops working, windows for some reason says "Ah ok you need a debugger, better have the default one then, here it is all 64 bits of it".
If in their code, when calling the remote debugger they actually stiplulated x86 I would not be having this problem.
The question would be, how do I make the 32 bit version of the framework the default? Or put another way, when a 32 bit app calls the remote debugger, wtf does it pass back a 64 bit instance?Knock first as I might be balancing my chakras.Comment
-
Originally posted by suityou01 View PostThoughts?Hard Brexit now!
#prayfornodealComment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
- IR35: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Sep 16 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Sep 16 13:55
- Top 5 Chapter 11 JSL myths contractors should know Sep 15 03:46
- Top 5 Chapter 11 JSL myths contractors should know Sep 14 15:46
- What the housing market needs at Autumn Budget 2025 Sep 10 20:58
- Qdos hit by cybersecurity ‘attack’ Sep 10 01:01
- Why party conference season 2025 is a self-employment policy litmus test Sep 9 09:53
Comment