Comment 3 for bug 570979

Revision history for this message
wader (mattias-wadman) wrote :

Steps to make debugging work:

1. Download xsp source package
2. Run dpkg-buildpackage
3. Overwrite the package installed dll files with the ones found in debian/tmp/..
4. Copy mdb files in debian/tmp/.. so they are located with the corresponding over written dll-files
5. Try the reproduce steps, this time the breakpoint is set correctly
6. Reload in browser, program will stop in debugger as it should

Why does the packaging system not include the mdb-files, should they be ignored? if not, how does one change the packaging files to include them?
If this is the case I guess that more mono package has this problem