Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
[Solved] New Proj with no code: "the debugger encountered an error msg="Warning"
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
ZeosDB and sqlite3
by
Prime
[
Today
at 10:34:48 pm]
FPC Unleashed (inline var...
by
Thaddy
[
Today
at 10:10:51 pm]
Ann: Deinline: a de-inlin...
by
Thaddy
[
Today
at 09:37:18 pm]
Help with OLD code
by
Thaddy
[
Today
at 08:12:04 pm]
Lazarus Image Editor
by
wp
[
Today
at 08:02:15 pm]
fp-h2pas: New C header tr...
by
BildatBoffin
[
Today
at 07:22:29 pm]
The ever re-appearing /= ...
by
marcov
[
Today
at 05:58:29 pm]
TurboBird IBX
by
maurog
[
Today
at 04:10:32 pm]
Remote desktop software i...
by
gidesa
[
Today
at 02:25:43 pm]
Omitting semicolon on las...
by
Xenno
[
Today
at 02:04:31 pm]
I can write your README.m...
by
domasz
[
Today
at 09:53:02 am]
Can /my/ AI help me with ...
by
cdbc
[
Today
at 08:59:28 am]
android attack (inc)
by
speter
[
Today
at 04:19:54 am]
Little bit...
by
n7800
[
Today
at 03:51:08 am]
[ANN] Unofficial FPC 3.3....
by
440bx
[
Today
at 01:00:04 am]
NiceGrid component for La...
by
wp
[
Today
at 12:03:57 am]
Track windows cross-platf...
by
dsiders
[April 10, 2026, 07:43:43 pm]
[ANN] PasBuild v1.8.0 Rel...
by
Graeme
[April 10, 2026, 06:43:13 pm]
Подписи кнопок панели инс...
by
Raskaton
[April 10, 2026, 06:37:48 pm]
HTTPS-сервер с ГОСТ-серти...
by
Raskaton
[April 10, 2026, 06:29:36 pm]
Strange behavior with dat...
by
JanRoza
[April 10, 2026, 06:20:38 pm]
RegExpr matchting empty s...
by
Thaddy
[April 10, 2026, 04:35:27 pm]
TLazSerial : serial port ...
by
CM630
[April 10, 2026, 03:45:42 pm]
Can't pass string to TEdi...
by
lazarusprogrammer
[April 10, 2026, 02:04:36 pm]
Messing with Gemini AI an...
by
gidesa
[April 10, 2026, 12:48:03 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] New Proj with no code: "the debugger encountered an error msg="Warning" (Read 2952 times)
Gald
Full Member
Posts: 107
[Solved] New Proj with no code: "the debugger encountered an error msg="Warning"
«
on:
September 28, 2021, 06:47:26 am »
This project is all empty, it was just a test of colors, but I can't run it anymore.
The only thing a did before run it again was to change a panel's color.
Some file is corrupted, maybe?
«
Last Edit: September 28, 2021, 03:41:54 pm by Gald
»
Logged
Lazarus 2.0.12 r64642 FPC 3.2.0 x86_64-win64-win32/win64/Manjaro KDE 21
AMD Ryzen 3 1300X Quad-Core Processor 3.50 GHz / 8,00 GB RAM / GTX 1500 TI / 2TB M.2 NVMe
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #1 on:
September 28, 2021, 07:00:35 am »
What versions of Windows, FPC and the Lazarus IDE are you sing?
Did you set the breakpoint which is causing the issue?
Logged
Gald
Full Member
Posts: 107
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #2 on:
September 28, 2021, 07:53:19 am »
Windows 10 (64) and Lazarus 2.0.12.
There is no breakpoint and I did nothing on the source editor.
It's everything on the screenshot.
Also, the program project is ok with no modifications.
Logged
Lazarus 2.0.12 r64642 FPC 3.2.0 x86_64-win64-win32/win64/Manjaro KDE 21
AMD Ryzen 3 1300X Quad-Core Processor 3.50 GHz / 8,00 GB RAM / GTX 1500 TI / 2TB M.2 NVMe
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #3 on:
September 28, 2021, 08:40:55 am »
The error suggests that a breakpoint has been set, possibly on line 43 of unit1.pas.
What happens if you choose the run the program without debugging? Lazarus > Run > Run Without debugging?
Logged
Martin_fr
Administrator
Hero Member
Posts: 12288
Debugger - SynEdit - and more
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #4 on:
September 28, 2021, 11:10:31 am »
43 is not the line number.
But otherwise, yes what Trev said.
Go to the "breakpoint window" and see what breakpoints you have. One of them can not be set.
This can for example happen when a breakpoint was set "by address" (eg in the asm window), and that address is no longer in the exe.
Logged
Ide Tools, Code completion and more
/
IDE cool features
/
Debugger Status
Gald
Full Member
Posts: 107
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #5 on:
September 28, 2021, 03:40:54 pm »
Well done!
I did nothing, I swear!
Have no idea how this breakpoint is there, but by removing it, the app is running again.
Thank you both, Trev and Martin!
Logged
Lazarus 2.0.12 r64642 FPC 3.2.0 x86_64-win64-win32/win64/Manjaro KDE 21
AMD Ryzen 3 1300X Quad-Core Processor 3.50 GHz / 8,00 GB RAM / GTX 1500 TI / 2TB M.2 NVMe
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
[Solved] New Proj with no code: "the debugger encountered an error msg="Warning"
TinyPortal
© 2005-2018